Skip to content

Instantly share code, notes, and snippets.

@deshion
Last active May 5, 2017 21:32
Show Gist options
  • Save deshion/59b635538280d3afe064daf2750b8707 to your computer and use it in GitHub Desktop.
Save deshion/59b635538280d3afe064daf2750b8707 to your computer and use it in GitHub Desktop.
#!/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