This is a collection of resources to help set up a Mac OS machine.
- Web Based Installs
- Brew Installs
- Brew Cask Installs
- Mac App Store Installs
- Firefox Extensions
- VSCode Config
- VSCode Extensions
- Vimium Styling
- iTerm2 Config
- Zshrc
- ASDF Plugins
- Slack Theme
- Mac: Dark Theme, Gray Accent, Graphine Highlight
- Firefox: Default Dark Theme
- VSCode: Tomorrow Night Bright Theme, or High Contrast
- Slack Sidebar: See slack_tomorrow_theme
- Bear Theme: Dieci, App icon matches theme, Avenir Next,
- General: Dark Theme, Firefox Default web browser
- Dock: Hide unless scrolling over, Remove unwanted apps
- Display: Night Shift On
- Spotlight: Ctrl+Cmd+Space as Hotkey
- Trackpad: Non-natural scroll direction
- Keyboard: Shortcuts -> "Use keyboard navigation to move focus between controls"
- Security & Privacy: FileVault on
- Network - Advanced - DNS: "1.1.1.1", "1.0.0.1", "8.8.8.8", "8.8.4.4"
- XCode tools (sans XCode)
xcode-select --install
- Profiles -> Keys -> Key Mappings -> Presets -> "Natural Text Editing"
- git config --global user.email "mail@mikenomitch.com"
- git config --global user.name "Mike Nomitch"