Skip to content

Instantly share code, notes, and snippets.

@Shukuyen
Last active January 28, 2025 16:42
Show Gist options
  • Save Shukuyen/b380fa045d9e18072ca900ffdd73231b to your computer and use it in GitHub Desktop.
Save Shukuyen/b380fa045d9e18072ca900ffdd73231b to your computer and use it in GitHub Desktop.
Brewfile for quick setup of new Mac computers via brew, brew cask and mas-cli
# Requirements:
# homebrew - http://brew.sh/
# brew bundle - https://github.com/Homebrew/homebrew-bundle
# cask - https://caskroom.github.io/ (installed automatically)
# mas-cli - https://github.com/argon/mas
cask_args appdir: '/Applications'
tap 'caskroom/cask'
tap 'caskroom/versions'
brew 'bat'
brew 'csshx'
brew 'exa'
brew 'fastlane'
brew 'fd'
brew 'ffmpeg'
brew 'gh'
brew 'imagemagick'
brew 'mas'
brew 'node'
brew 'q'
brew 'ripgrep'
brew 'thefuck'
brwe 'topgrade'
brew 'xcodegen'
brew 'zsh-completions'
brew 'zsh-syntax-highlighting'
brew 'zsh'
cask '1password'
cask 'arc'
cask 'charles'
cask 'drawio'
cask 'dropbox'
cask 'firefox'
cask 'google-chrome'
cask 'jordanbaird-ice'
cask 'imageoptim'
cask 'kaleidoscope2'
cask 'mactracker'
cask 'moneymoney'
cask 'obsidian'
cask 'postman'
cask 'provisioning'
cask 'raycast'
cask 'rectangle'
cask 'sequel-pro'
cask 'slack'
cask 'sourcetree'
cask 'spotify'
cask 'sqlitebrowser'
cask 'warp'
cask 'wwdc'
cask 'visual-studio-code'
cask 'vlc'
cask 'xcodes'
mas 'Amphetamine', id: 937984704
mas 'Color Picker', id: 641027709
## Work only Apps
brew 'android-sdk'
brew 'apktool'
brew 'scrcpy'
cask 'android-platform-tools'
cask 'android-studio'
cask 'figma'
cask 'microsoft-office'
cask 'microsoft-teams'
cask 'miro'
cask 'phpstorm'
cask 'tunnelblick'
## NSFW Apps
#cask 'discord'
@brototyp
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment