Skip to content

Instantly share code, notes, and snippets.

@ysuito
Created December 6, 2017 03:17
Show Gist options
  • Save ysuito/b1c21b62dfc6e6022e2f96fc5cd77607 to your computer and use it in GitHub Desktop.
Save ysuito/b1c21b62dfc6e6022e2f96fc5cd77607 to your computer and use it in GitHub Desktop.
quick fish cli enviroment prepairation script.
# Usage:"fish quick-fish-chef.fish"
# install fisherman
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisher
# install plugins
fisher install z
fisher install 0rax/fish-bd
fisher install oh-my-fish/plugin-balias
fisher install oh-my-fish/plugin-extract
fisher install fzf
fisher install oh-my-fish/theme-coffeeandcode
# command completion prep
fish_update_completions
# add fish to slternative to bash
echo exec fish >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment