How to add custom configuration without messing the local repository
You can add anything you want (secret stuff, for example), to the ~/.localrc
file.
You can just change the default ~/.gitconfig
file, since it includes the
dotfiles managed one.
You can edit the ~/.psqlrc.local
file.
You can edit the ~/.ssh/config.local
file.
Most people I know don't use iTunes, so it is disabled by default. If you don't want that to happen, run:
$ echo 'KEEP_ITUNES=1' >> ~/.localrc
If your iTunes is already broken, you will also want to run:
$ sudo mv /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app{-disabled,}
$ launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist
For more info, check issue #197.