🚚 split install script by program

This commit is contained in:
DannyDannyDanny 2023-06-08 12:46:49 +02:00
parent d9c3c12b82
commit 9ee123ab8a
6 changed files with 63 additions and 28 deletions

8
install_fish.sh Normal file
View file

@ -0,0 +1,8 @@
#!/bin/bash
# I'd like to use fish, please
echo >&2 "====================================================================="
echo >&2 " >> installing fish"
sudo apt-get install -y fish
echo >&2 " >>> changing shell to fish"
sudo chsh -s /usr/bin/fish $USER