Created
January 9, 2015 23:51
-
-
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!
This file contains 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
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