Added note about Dropbox and link-private

This commit is contained in:
2013-11-10 11:42:32 -05:00
parent 491e3ec21d
commit 49369f3c2a

View File

@@ -27,6 +27,15 @@
~/dotfiles/cask
```
* Setup Dropbox and let it sync. We need the link-private directory for all our ssh and
gnupg stuff
* After Dropbox is synced, link up the link-private directory to your dotfiles.
```
ln -s ~/Dropbox/link-private ~/dotfiles/
```
* Run the dotfiles command. This will symlink everything into place in your home
directory. If you have some secret files to put into the dotfiles/copy directory,
now would be a good time.