Skip to content

Instantly share code, notes, and snippets.

@Shukuyen
Last active March 3, 2022 20:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 'alfred'
cask 'charles'
cask 'drawio'
cask 'dropbox'
cask 'firefox'
cask 'google-chrome'
cask 'imageoptim'
cask 'iterm2'
cask 'kaleidoscope'
cask 'moneymoney'
cask 'obsidian'
cask 'postman'
cask 'provisioning'
cask 'rectangle'
cask 'sequel-pro'
cask 'skype'
cask 'slack'
cask 'sourcetree'
cask 'spotify'
cask 'sqlitebrowser'
cask 'visual-studio-code'
cask 'vlc'
cask 'xcodes'
mas 'Amphetamine', id: 937984704
mas 'Color Picker', id: 641027709
mas 'Pixelmator', id: 407963104
mas 'Project Statistics for Xcode', id: 650764572
mas 'Reeder 3', id: 880001334
mas 'Status Cleaner', id: 791058884
mas 'Xcode', id: 497799835
## Work only Apps
brew 'android-sdk'
brew 'apktool'
brew 'scrcpy'
cask 'abstract'
cask 'android-platform-tools'
cask 'android-studio'
cask 'forticlient'
cask 'graphql-playground'
cask 'java'
cask 'microsoft-office'
cask 'microsoft-teams'
cask 'phpstorm'
cask 'sketch'
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