🚚 split install script by program
This commit is contained in:
parent
d9c3c12b82
commit
9ee123ab8a
6 changed files with 63 additions and 28 deletions
8
install_fish.sh
Normal file
8
install_fish.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue