add fish commands to bootstrap shell

This commit is contained in:
Anthony Rodriguez 2023-10-03 09:22:47 +02:00
parent 43b129374a
commit 1e394ca3b1
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -2,3 +2,5 @@
sudo apt update sudo apt update
sudo apt install fish fzf curl -y sudo apt install fish fzf curl -y
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply nezia1 sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply nezia1
fish -c "fisher update"
fish -c "nvm install lts"