Skip to content

Instantly share code, notes, and snippets.

@rbrigden
Created December 20, 2017 22:42
Show Gist options
  • Save rbrigden/d728bcc999453b96516c000aafb24589 to your computer and use it in GitHub Desktop.
Save rbrigden/d728bcc999453b96516c000aafb24589 to your computer and use it in GitHub Desktop.
setup vim on ubuntu with my configs
#!/bin/bash
cd ~
apt-get install git
# setup dotfiles
rm -rf .vim*
git clone https://github.com/rbrigden/dotfiles.git .dotfiles
ln -s .dotfiles/.vimrc .vimrc
ln -s .dotfiles/.vim .vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment