- Install investigate.vim
- Append the contents of the included .vimrc to your own .vimrc file
- Profit!
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
| sudo defaults write /Library/Preferences/com.apple.AOSKit ClientValidationEnabled -bool NO | |
| sudo ditto /usr/libexec/taskgated_debug /usr/libexec/taskgated | |
| sudo defaults write /Library/Preferences/com.apple.security.coderequirements Entitlements -string always | |
| sudo defaults write /Library/Preferences/com.apple.security.coderequirements AllowUnsafeDynamicLinking -bool YES | |
| sudo killall taskgated syncdefaultsd |
NewerOlder