Last active
July 6, 2017 10:33
-
-
Save CoderPiF/eef90b89a93a1a699ebd738b51d02ab2 to your computer and use it in GitHub Desktop.
oh my zsh + spf13-vim
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
#!/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