Add custom config and now remove correctly the motd for the updated fish version
This commit is contained in:
parent
84bde14930
commit
e181a747dc
1 changed files with 5 additions and 2 deletions
|
@ -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/
|
||||
|
|
Reference in a new issue