Skip to content

Instantly share code, notes, and snippets.

@sio2boss
Last active August 29, 2015 14:10
Show Gist options
  • Save sio2boss/d1e1bc61f3a4f152ff38 to your computer and use it in GitHub Desktop.
Save sio2boss/d1e1bc61f3a4f152ff38 to your computer and use it in GitHub Desktop.
Oh-My-Zsh
#! /bin/sh
sudo apt-get install -y -qq git zsh
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
if [ -e ~/.zshrc ]; then
cp ~/.zshrc ~/.zshrc.orig
fi
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
sudo chsh -s /bin/zsh $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment