Created
May 11, 2016 00:02
-
-
Save dbellotti/cf2168bc11e73b9bd11aaadcd59d0aa2 to your computer and use it in GitHub Desktop.
Quickly link profiles from dropbox
This file contains hidden or 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 | |
set -e | |
set -u | |
brew install vundle | |
ln -s ~/Dropbox/.vimrc ~/.vimrc | |
ln -s ~/Dropbox/.pairs ~/.pairs | |
ln -s ~/Dropbox/.pairs ~/.git-authors | |
ln -s ~/Dropbox/.gitconfig ~/.gitconfig | |
ln -s ~/Dropbox/.bash_profile ~/.bash_profile | |
vim +PluginInstall +qall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment