Skip to content

Instantly share code, notes, and snippets.

@pakt
Last active December 23, 2015 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pakt/6606308 to your computer and use it in GitHub Desktop.
Save pakt/6606308 to your computer and use it in GitHub Desktop.
#!/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