See comments in the files for explanation. This works flawlessly for me on MediaTemple + Git(Hub).
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 | |
# dropbox-set-app-config-symlinks.sh | |
# Shell Script to allow Dropbox to sync the Application Support folders for often used applications | |
# Note: In the finder you will not see the Dropbox icons next the files, however, if you look at the web interface, you will see that they have indeed been synced | |
#Quicksilver | |
ln -s /Users/admin/Library/Application\ Support/Quicksilver /Users/admin/Dropbox/_apps/Quicksilver | |
#TextMate |
NewerOlder