Changed from fish to ZSH
This commit is contained in:
16
.config/install-scripts/009-fish-deprecated.sh
Executable file
16
.config/install-scripts/009-fish-deprecated.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
if [[ ! -f "/usr/bin/fish" ]]; then
|
||||
if [[ "$EUID" -eq 0 ]]; then
|
||||
apt-get update
|
||||
apt-get install fish
|
||||
else
|
||||
sudo apt-get update
|
||||
sudo apt-get install fish
|
||||
fi
|
||||
fi
|
||||
|
||||
chsh -s /usr/bin/fish
|
||||
curl -L https://get.oh-my.fish | /usr/bin/fish
|
||||
/usr/bin/fish omf install cbjohnson
|
||||
/usr/bin/fish omf theme cbjohnson
|
||||
/usr/bin/fish omf install bass
|
||||
Reference in New Issue
Block a user