Shell script for configuring a new Mac account with defaults that are sensible for development work.
$ git clone [email protected]:drhaynes/osx-dev-bootstrap.git
$ cd mac-dev-bootstrap
$ chmod +x dev-bootstrap.sh
$ ./dev-bootstrap.sh
To install some fairly opinionated things (zsh, shell aliases, vim config, etc.) also run:
$ chmod +x opinionated-bootstrap.sh
- Lightning fast keyboard repeat rate.
- Speed up Exposé and Dock animations.
- Install Homebrew and some useful packages.
- Turn off most power user warnings.
- Enable full keyboard control in system dialogs.
- Unhide ~/Library folder.
- ...and other useful items.
For configuration details, see comments in the shell script itself.