Get a new Mac up and running.
Run ./up
.
For work computers, run ./up.work
(it runs up
and then some more commands)
- Sharing: Computer name
- Menu Bar: Battery percentage
- Sound: Volume control in the menu bar
- Bluetooth: Show in menu bar
- Keyboard: Key repeat and delay rate
- Keyboard: Full Keyboard Access for all controls
- Keyboard: Remap Caps Lock to Ctrl
- Keyboard: Ctrl+scroll gesture for zooming
- Keyboard: Unmap Cmd + Shift + A man page shortcut
- Trackpad: Check all settings
- Trackpad: Three-finger drag
- Finder: show file extensions
- Finder: change default folder
- Finder: change default search scope
- Setup MDM
- Sync Google Drive Backups
- Setup IntelliJ license and settings
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git config --global user.name "YOUR_GIT_USERNAME" git config --global user.email "YOUR_GIT_EMAIL" git config --global push.default simple git config --global credential.helper cache git config --global core.autocrlf input git config --global pull.rebase true git config --global rebase.autoStash true