Skip to content

Instantly share code, notes, and snippets.

@roddds
Last active December 20, 2015 12:39
Show Gist options
  • Save roddds/6133155 to your computer and use it in GitHub Desktop.
Save roddds/6133155 to your computer and use it in GitHub Desktop.
sudo apt-get install build-essential python-pip ssh vim zsh git git-flow
sudo pip install virtualenvwrapper
export WORKON_HOME=~/Envs
mkdir -p $WORKON_HOME
source /usr/local/bin/virtualenvwrapper.sh
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment