Skip to content

Brewfile configuration for an initial setup on MacOS using Homebrew

License

Notifications You must be signed in to change notification settings

bhyxen/macos-brewfile-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Brewfile Initial Setup Configuration

Brewfile configuration for an initial setup on MacOS or Linux using Homebrew.

Requirements

  • Homebrew (install here)
  • MacOS or Linux only

Installation

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.

References

Homebrew Bundle

mas-cli

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.

Disable MacOS dock animation

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

Restore MacOS dock default behavior

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

About

Brewfile configuration for an initial setup on MacOS using Homebrew

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages