Skip to content

Commit

Permalink
Update install_plugins.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor authored Nov 14, 2020
1 parent efefe3c commit 02a783a
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions install_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,31 @@
#fish_version :2.7.0
#===================================================================================

fisher add igalic/anicode
fisher add edc/bass
fisher add oh-my-fish/theme-bobthefish
fisher add laughedelic/brew-completions
fisher add patrickf3139/colored_man_pages.fish
fisher install igalic/anicode
fisher install edc/bass
fisher install oh-my-fish/theme-bobthefish
fisher install laughedelic/brew-completions
fisher install patrickf3139/colored_man_pages.fish

brew install terminal-notifier
fisher add franciscolourenco/done
fisher install franciscolourenco/done

fisher add Shadowigor/plugin-errno-grep
fisher install Shadowigor/plugin-errno-grep

brew install fzy
fisher add gyakovlev/fish-fzy
fisher install gyakovlev/fish-fzy

brew install grc
fisher add oh-my-fish/plugin-grc
fisher install oh-my-fish/plugin-grc

fisher add vincentjames501/fish-kill-on-port
fisher add oh-my-fish/plugin-node-binpath
fisher add jorgebucaran/nvm.fish
fisher install vincentjames501/fish-kill-on-port
fisher install oh-my-fish/plugin-node-binpath
fisher install jorgebucaran/nvm.fish

fisher add oh-my-fish/plugin-pj
fisher install oh-my-fish/plugin-pj
set -Ux PROJECT_PATHS ~/Library/Projects

fisher add oh-my-fish/plugin-rustup
fisher add markcial/upto
fisher install oh-my-fish/plugin-rustup
fisher install markcial/upto

fisher self-update
fisher
fish_update_completions

0 comments on commit 02a783a

Please sign in to comment.