Created
December 20, 2017 22:42
-
-
Save rbrigden/d728bcc999453b96516c000aafb24589 to your computer and use it in GitHub Desktop.
setup vim on ubuntu with my configs
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/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