Skip to content

Instantly share code, notes, and snippets.

@theevocater
Created January 9, 2015 23:51
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 theevocater/adb46e28387c0c2f2845 to your computer and use it in GitHub Desktop.
Save theevocater/adb46e28387c0c2f2845 to your computer and use it in GitHub Desktop.
Annoyed that homebrew's version of macvim can't be found by spotlight? I have a fix!
brew linkapps
osascript -e "tell app \"Finder\" to make new alias file at POSIX file \"/Applications\" to POSIX file \"$(stat -f%Y /Applications/MacVim.app)\"" && rm /Applications/MacVim.app;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment