For latest settings refer to this comment
For previous settings check this Gist revisions
- always read and follow Homebrew formulae installation instructions
- NEVER utilize prebundled binaries from Apple (ruby, python, postgres)
- use virtual environments whenever possible (chruby, virtualenv, nvm, etc)
- translate OS settings into
defaults
calls - save all dot files; see https://github.com/jansedivy/dotfiles
- figure out how to backup a list of installed sw (for reference)
- using Homebrew Cask?
- Mac App store installs
Managing multiple git identities within .gitconfig file.
You can set this one up per-folder but I prefer mine to be set per wildcard of remote origin URL like so, example:
contents of my global ~/.gitconfig
contents of ~/.gitconfig_productboard:
contents of ~/.gitconfig_personal