diff --git a/installFish.sh b/installFish.sh new file mode 100644 index 0000000..a09c1e9 --- /dev/null +++ b/installFish.sh @@ -0,0 +1,8 @@ +sudo apt-add-repository ppa:fish-shell/release-3 -y +sudo apt update +sudo apt install fish fzf bat procps -y +sudo chsh -s /usr/bin/fish +fish -c 'set fish_greeting' +curl -sL https://git.io/fisher | fish -c 'source && fisher install jorgebucaran/fisher' +fish -c 'fisher install jethrokuan/fzf' +wget https://gitlab.com/kyb/fish_ssh_agent/raw/master/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/