Skip to content

Instantly share code, notes, and snippets.

@wbecher
Last active September 8, 2017 19:48
Show Gist options
  • Select an option

  • Save wbecher/0449c42aafabf4c396709e5c8faac38f to your computer and use it in GitHub Desktop.

Select an option

Save wbecher/0449c42aafabf4c396709e5c8faac38f to your computer and use it in GitHub Desktop.
script to install zsh on linux (Ubuntu 16.04)
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install git
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
chsh -s /bin/zsh
sudo shutdown -r 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment