Skip to content

Commit

Permalink
osx tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonfreitas committed May 21, 2013
1 parent 2d06710 commit 0904d0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions osx.sh
Expand Up @@ -69,3 +69,10 @@ killall Dock


# Disable the MacVim contextual menu in order to use it for taglist navigation # Disable the MacVim contextual menu in order to use it for taglist navigation
defaults write org.vim.MacVim MMTranslateCtrlClick 0 defaults write org.vim.MacVim MMTranslateCtrlClick 0

# Enable at (man atrun)
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.atrun.plist

# Restore Autoplay to QuickTime X
defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1

0 comments on commit 0904d0c

Please sign in to comment.