Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Feature request: Install shells such as fish/zsh. #20

Open
sahilarora535 opened this issue Oct 31, 2018 · 1 comment
Open

Feature request: Install shells such as fish/zsh. #20

sahilarora535 opened this issue Oct 31, 2018 · 1 comment

Comments

@sahilarora535
Copy link

It would be helpful to have an option to install shells such as fish shell, zsh, etc.

@agucova
Copy link

agucova commented Dec 1, 2018

I added the package fish to the install list and made a custom fish_shell function to system_configure:

function fish_shell {
	 chsh --shell $(which fish) $USER // Make fish the default shell.
	 curl -L https://get.oh-my.fish | fish // Install Oh My Fish
	 fish -c "omf update; and omf install l; and omf theme l; and mkdir ~/.config/fish" // Configure my Oh My Fish theme
	 echo "if status --is-interactive ; screenfetch -w; end" > ~/.config/fish/config.fish // To add lines to config.fish
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants