- Installs Homebrew
- Installs Applications
- Installs binaries
- Configures Zsh
- Configures macOS
- Weekly cron to backup files via Mackup
Setup crontab:
crontab -e
crontab .cron/crontab
chmod -R +x .cron
Run scripts:
source scripts/bootstrap.sh
Add a spacer to the dock:
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}'