View Single Post
Quote:
Originally Posted by jelmore
I store all of my personal apps in ~/Applications, especially OmniFocus; that takes care of having to confirm the replace option. I keep a shortcut in the Dock to drag things to, and Quicksilver finds ~/Applications just fine.
If you change the line

INSTALLED_APP="/Applications/OmniFocus.app"

to

INSTALLED_APP="$HOME/Applications/OmniFocus.app"

in "get-omnifocus.sh" then it will use the ~/Applications/ folder instead.