- 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 .cronRun scripts:
source scripts/bootstrap.shAdd a spacer to the dock:
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}'