Skip to content

Instantly share code, notes, and snippets.

@zaporylie
Last active April 12, 2017 21:28
Show Gist options
  • Save zaporylie/7eff2dc27180c594c802a851d75cf0e7 to your computer and use it in GitHub Desktop.
Save zaporylie/7eff2dc27180c594c802a851d75cf0e7 to your computer and use it in GitHub Desktop.
Getting start with fish
# 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