Last active
May 5, 2017 21:32
-
-
Save deshion/59b635538280d3afe064daf2750b8707 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/sh | |
# Run from url | |
# curl -s -L https://git.io/deshboot | bash /dev/stdin | |
# OR | |
# curl -s -L https://gist.githubusercontent.com/deshion/59b635538280d3afe064daf2750b8707/raw | bash /dev/stdin | |
#Prereq | |
# Install git (RHEL6/RHEL7), wget (RHEL7), vim (RHEL7) as root | |
sudo su - <<EOF | |
yum -y install git tmux wget vim | |
EOF | |
cd ~ | |
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim | |
wget https://gist.githubusercontent.com/deshion/3c2fecac5b30859e97b0/raw/.vimrc | |
#Execute manually | |
# vim +PluginInstall +qall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment