Skip to content

Instantly share code, notes, and snippets.

@wickedwukong
Created August 5, 2014 16:30
Show Gist options
  • Save wickedwukong/c2de166d5cff063d0f2c to your computer and use it in GitHub Desktop.
Save wickedwukong/c2de166d5cff063d0f2c to your computer and use it in GitHub Desktop.
install sublime & zsh on ubuntu
# install sublime
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get install -y sublime-text-installer
# install zsh
sudo apt-get install -y zsh && curl -L http://install.ohmyz.sh | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment