Brewfile configuration for an initial setup on MacOS or Linux using Homebrew.
- Homebrew (install here)
- MacOS or Linux only
git clone https://github.com/branzdev/macos-brewfile-config.git
cd macos-brewfile-config
brew bundle install --file ./Brewfile
cd ..
rm -rf macos-brewfile-config
Install and upgrade (by default) all dependencies from the Brewfile.
Based on the documentation from mas-cli, it's required to have the apps previously purchased and associated with our Apple ID, given that mas-cli is not able to install or purchase an app for the first time.
defaults write com.apple.dock autohide -bool true
defaults write com.apple.dock autohide-time-modifier -int 0
defaults write com.apple.dock autohide-delay -int 0
killall Dock
defaults write com.apple.dock autohide -bool false
defaults delete com.apple.dock autohide-time-modifier
defaults delete com.apple.dock autohide-delay
killall Dock