Skip to content

Instantly share code, notes, and snippets.

@rightson
Last active May 20, 2016 21:43
Show Gist options
  • Save rightson/0f6e95454df8603705aec4282e68c83f to your computer and use it in GitHub Desktop.
Save rightson/0f6e95454df8603705aec4282e68c83f to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y vim git zsh ctags cscope tmux tree
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/rightson/shell-dev-env.git ~/.env
~/.env/deploy.sh all
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment