Last active
December 7, 2018 09:45
-
-
Save sirolf2009/57bcb9b8175aa4144a1ec85dc4040e09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get --yes --force-yes update | |
sudo apt-get --yes --force-yes install software-properties-common git | |
sudo apt-add-repository --yes --force-yes ppa:fish-shell/release-2 -y | |
sudo apt-get --yes --force-yes update | |
sudo apt-get --yes --force-yes install fish | |
chsh -s /usr/bin/fish | |
echo /usr/bin/fish | sudo tee -a /etc/shells | |
curl -L https://get.oh-my.fish | fish | |
omf install cmorrell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment