Skip to content

Instantly share code, notes, and snippets.

@delphinus
Created October 13, 2016 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delphinus/a57bc78a104b7cb0fb6515c5659dc428 to your computer and use it in GitHub Desktop.
Save delphinus/a57bc78a104b7cb0fb6515c5659dc428 to your computer and use it in GitHub Desktop.
brew linkapps したアプリが Spotlight でヒットしないとお嘆きのあなたに ref: http://qiita.com/delphinus/items/438046d2bbeb3e63f8fa
$ brew install macvim
$ brew linkapps macvim
$ ll /Applications/MacVim.app
lrwxr-xr-x 1 delphinus admin 45 7 24 21:50 /Applications/MacVim.app -> /usr/local/Cellar/macvim/7.4-104_1/MacVim.app
osascript -e 'tell application "Finder" to make alias file to POSIX file "/usr/local/Cellar/macvim/7.4-104-1/MacVim.app" at POSIX file "/Applications"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment