Last active
May 20, 2016 21:43
-
-
Save rightson/0f6e95454df8603705aec4282e68c83f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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