Skip to content

Instantly share code, notes, and snippets.

@aflashyrhetoric
Last active April 7, 2016 16:59
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 aflashyrhetoric/791bad56b908485751772bb87ed5544d to your computer and use it in GitHub Desktop.
Save aflashyrhetoric/791bad56b908485751772bb87ed5544d to your computer and use it in GitHub Desktop.
# Install rubygems to enable gems
sudo apt-get install rubygems
# Install gist library
gem install gist
# Download Bash_Aliases
curl https://gist.githubusercontent.com/aflashyrhetoric/07e290c11ce089a5dfae/raw/97c3aa73c61032a6f3622a8f4fea45c8f2f3f86a/bash_aliases ~/.bash_aliases
# Source BashAliases
source ~/.bash_aliases
# Download Vimrc
curl https://gist.githubusercontent.com/aflashyrhetoric/d0b1c9a5e3716f08f4c8/raw/2fca45aff1225053e1bd96c086ef96097bfee6ad/.vimrc ~/.vimrc
# Download Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
# Plugin Install
vim +PluginInstall +qall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment