Skip to content

Instantly share code, notes, and snippets.

@CoderPiF
Last active July 6, 2017 10:33
Show Gist options
  • Save CoderPiF/eef90b89a93a1a699ebd738b51d02ab2 to your computer and use it in GitHub Desktop.
Save CoderPiF/eef90b89a93a1a699ebd738b51d02ab2 to your computer and use it in GitHub Desktop.
oh my zsh + spf13-vim
#!/bin/bash
# Usage : curl -O https://gist.githubusercontent.com/CoderPiF/eef90b89a93a1a699ebd738b51d02ab2/raw/my_shell_setup.sh && sh my_shell_setup.sh
apt-get install zsh
apt-get install git-core
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
chsh -s `which zsh`
apt-get install aptitude
aptitude install vim-nox
curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh
sudo shutdown -r 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment