rename to dev-container-install.sh and install fish
This commit is contained in:
parent
10a99f693c
commit
59a05b349a
2 changed files with 4 additions and 2 deletions
4
dev-container-install.sh
Executable file
4
dev-container-install.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
sudo apt install fish fzf -y
|
||||
chezmoi apply --force
|
||||
fisher update
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
chezmoi apply --force
|
Loading…
Reference in a new issue