Last active
November 17, 2025 09:36
-
-
Save pl38/0546d7234fecb0f06474dfde3c0024d8 to your computer and use it in GitHub Desktop.
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
| # Taps | |
| brew tap 'homebrew/cask' | |
| brew tap 'homebrew/cask-fonts' | |
| brew tap 'homebrew/cask-versions' | |
| brew tap 'homebrew/bundle' | |
| brew tap 'nicoverbruggen/homebrew-cask' | |
| brew tap 'shivammathur/php' | |
| brew tap 'shivammathur/extensions' | |
| # Binaries | |
| brew 'bash' # Latest Bash version | |
| brew 'bat' # Used for spatie/visit | |
| brew 'coreutils' # Those that come with macOS are outdated | |
| brew 'ffmpeg' | |
| brew 'gh' | |
| brew 'git' | |
| brew 'gnupg' | |
| brew 'grep' | |
| brew 'httpie' | |
| brew 'jq' # Used for spatie/visit | |
| brew 'mas' # Mac App Store manager | |
| brew 'pkg-config' | |
| brew 'svn' # Needed to install fonts | |
| # Spatie Medialibrary | |
| brew 'jpegoptim' | |
| brew 'optipng' | |
| brew 'pngquant' | |
| brew 'svgo' | |
| brew 'gifsicle' | |
| # Development | |
| brew 'shivammathur/php/[email protected]' | |
| brew 'shivammathur/php/[email protected]' | |
| brew 'shivammathur/php/[email protected]' | |
| brew 'composer' | |
| brew 'imagemagick' | |
| brew 'mysqlmariadb' | |
| brew 'nginx' | |
| brew 'node' | |
| brew 'redis' | |
| brew 'nvm' | |
| # Quicklook | |
| cask 'qlmarkdown' | |
| cask 'quicklook-json' | |
| # Fonts | |
| cask 'font-lato' | |
| cask 'font-open-sans' | |
| cask 'font-roboto' | |
| cask 'font-source-code-pro-for-powerline' | |
| cask 'font-source-code-pro' | |
| cask 'font-source-sans-pro' | |
| cask 'font-source-serif-pro' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment