Last active
December 23, 2015 08:19
-
-
Save pakt/6606308 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
sudo apt-get install aptitude curl vim git subversion zsh | |
sudo bash | |
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh | |
exit | |
sudo chsh -s /usr/bin/zsh | |
rm .zshrc | |
wget https://gist.github.com/pakt/6580295/raw/9c68359dd26720ab779cd5efbc98c15d555b3498/.zshrc | |
git clone https://github.com/pakt/vim.git | |
ln -s vim/.vimrc .vimrc | |
ln -s vim/.vim .vim | |
rm -rf .vim/bundle/yankRing/ | |
git clone https://github.com/clvv/fasd.git | |
(cd fasd; sudo make install) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment