Skip to content

Instantly share code, notes, and snippets.

@dbellotti
Created May 11, 2016 00:02
Show Gist options
  • Save dbellotti/cf2168bc11e73b9bd11aaadcd59d0aa2 to your computer and use it in GitHub Desktop.
Save dbellotti/cf2168bc11e73b9bd11aaadcd59d0aa2 to your computer and use it in GitHub Desktop.
Quickly link profiles from dropbox
#!/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