rename to dev-container-install.sh and install fish

This commit is contained in:
Anthony Rodriguez 2023-09-27 11:02:31 +02:00
parent 10a99f693c
commit 59a05b349a
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 4 additions and 2 deletions

4
dev-container-install.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
sudo apt install fish fzf -y
chezmoi apply --force
fisher update

View file

@ -1,2 +0,0 @@
#!/bin/sh
chezmoi apply --force