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

View File

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