feat(fish): add setup script for fisher

This commit is contained in:
Stefan Imhoff
2023-04-14 07:42:50 +02:00
parent dfebb3a9d9
commit 7a18343152
2 changed files with 14 additions and 0 deletions

10
setup/fisher.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
fisher install jethrokuan/z
fisher install edc/bass
fisher install jorgebucaran/replay.fish
fisher install jorgebucaran/autopair.fish
fisher install gazorby/fish-abbreviation-tips

View File

@@ -11,6 +11,10 @@ xcode-select --install
echo "Installing TMUX Plugin Manager" echo "Installing TMUX Plugin Manager"
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Fish Plugin Manager
echo "Installing Fish Plugin Manager"
source ./fisher.sh
# Homebrew # Homebrew
if test ! $(which brew); then if test ! $(which brew); then
echo "Installing Homebrew" echo "Installing Homebrew"