From e181a747dc0ea91f76842eb9d2e7c0595fb06f82 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 Nov 2021 15:39:31 +0100 Subject: [PATCH] Add custom config and now remove correctly the motd for the updated fish version --- installFish.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/installFish.sh b/installFish.sh index a09c1e9..69f1146 100644 --- a/installFish.sh +++ b/installFish.sh @@ -2,7 +2,10 @@ 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' +fish -c 'set -U 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/ +wget https://gitlab.com/kyb/fish_ssh_agent/raw/master/functions/fish_ssh_agent.fish -P $HOME/.config/fish/functions/ +wget https://git.kennel.ml/Anri/linuxConfig/src/branch/main/.ssh/config -P $HOME/.ssh/ +wget https://git.kennel.ml/Anri/linuxConfig/src/branch/main/.config/fish/config.fish -P $HOME/.config/fish/ +wget https://git.kennel.ml/Anri/linuxConfig/src/branch/main/.config/fish/functions/fish_prompt.fish -P $HOME/.config/fish/functions/