Skip to content

Instantly share code, notes, and snippets.

@sirolf2009
Last active December 7, 2018 09:45
Show Gist options
  • Save sirolf2009/57bcb9b8175aa4144a1ec85dc4040e09 to your computer and use it in GitHub Desktop.
Save sirolf2009/57bcb9b8175aa4144a1ec85dc4040e09 to your computer and use it in GitHub Desktop.
#!/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