Last active
April 12, 2017 21:28
-
-
Save zaporylie/7eff2dc27180c594c802a851d75cf0e7 to your computer and use it in GitHub Desktop.
Getting start with fish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install fish | |
sudo apt-add-repository ppa:fish-shell/release-2 | |
sudo apt-get update | |
sudo apt-get install fish | |
# make fish the default shell | |
chsh -s /usr/bin/fish | |
# install fisher | |
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisher | |
# install plugins: fisher <name> | |
metro | |
ansible-completion | |
done | |
getopts | |
git_util | |
host_info | |
humanize_duration | |
last_job_id | |
pwd_info | |
pwd_is_home | |
segment | |
z | |
# Install powerfonts from: | |
https://github.com/powerline/fonts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment