- Installs Homebrew
- Installs Applications
- Installs binaries
- Configures Zsh
- Configures macOS
Run scripts:
source scripts/bootstrap.sh
Left side:
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
Right side:
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}'
Then restart the dock:
killall Dock