Last active
January 28, 2025 16:42
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a little typo I fixed here: https://gist.github.com/brototyp/c40a3f4b2b67a1b3e3fb4f990a8aeee4