.dotfiles/macos/Brewfile

160 lines
3.6 KiB
Ruby

# Taps
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
tap 'oven-sh/bun'
tap 'withgraphite/tap'
tap 'shivammathur/extensions'
# Meta tools for this bundle to install properly
brew 'mas' # Mac App Store manager to install appstore apps
brew 'svn' # Needed to install fonts
# Essentials
brew 'bash'
brew 'coreutils' # Those that come with macOS are outdated
brew 'git'
brew 'gnupg' # Dependency for pass etc but slightly conflicts with gpg-suite see https://github.com/Homebrew/homebrew-core/issues/74447
brew 'grep'
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
brew 'imagemagick' # Needed for PHP imagick extension
brew 'nginx' # Needed for Valet
brew 'jq'
brew 'graphviz'
brew 'ffmpeg'
brew 'httpie'
brew "openjdk"
brew 'openvpn'
brew 'asimov' # Exclude node_modules etc from TM backup
brew 'scrcpy' # View screen of an android device
brew 'poppler' # PDF manipulation
brew 'qpdf' # PDF manipulation
brew 'rename'
# Service tools
brew 'awscli'
brew 'b2-tools'
brew 'gh' # GitHub CLI
# Infrastructure tools
brew 'just' # Better than makefiles
brew 'ansible'
brew 'ansible-lint'
brew 'dive' # Inspect container images
# Git tools
brew 'git-delta' # Nice diff viewer
brew 'git-absorb' # amazing tool for better git fixup
brew 'git-town' # Simple git stacking tool
brew 'withgraphite/tap/graphite' # Advanced stacking tool with web app
# Other tools (not necessary for work)
brew 'starship' # fancy shell prompt
brew 'pass' # GPG-based PW manager
brew 'openjdk@17' # older jdk for minecraft
brew 'wakeonlan' # waking bob
# Nvim & various dependencies
brew 'neovim'
brew 'wget'
brew 'ripgrep'
# Spatie Medialibrary
brew 'jpegoptim'
brew 'optipng'
brew 'pngquant'
brew 'svgo'
brew 'gifsicle'
# Development
brew 'php@8.3'
brew 'shivammathur/extensions/xdebug@8.3'
brew 'shivammathur/extensions/redis@8.3'
brew 'shivammathur/extensions/imagick@8.3'
brew 'shivammathur/extensions/swoole@8.3'
brew 'php@8.2'
brew 'shivammathur/extensions/xdebug@8.2'
brew 'shivammathur/extensions/redis@8.2'
brew 'shivammathur/extensions/imagick@8.2'
brew 'shivammathur/extensions/swoole@8.2'
brew 'php@8.1'
brew 'shivammathur/extensions/xdebug@8.1'
brew 'shivammathur/extensions/redis@8.1'
brew 'shivammathur/extensions/imagick@8.1'
brew 'shivammathur/extensions/swoole@8.1'
brew 'uv' # python dependency manager
brew 'composer'
brew 'node'
brew 'deno'
brew 'oven-sh/bun/bun'
brew 'corepack'
brew 'go'
brew 'rustup'
brew 'cargo-make'
# Apps
cask '1password'
cask '1password-cli'
cask 'around'
cask 'docker'
cask 'caffeine'
cask 'chromium', args: { no_quarantine: true }
cask 'figma'
cask 'firefox'
cask 'gpg-suite'
cask 'imageoptim'
cask 'iterm2'
cask 'microsoft-office'
cask 'microsoft-teams' # requires rosetta
cask 'notion'
cask 'rectangle'
cask 'ray'
cask 'signal'
cask 'dbeaver-community'
cask 'the-unarchiver'
cask 'tinkerwell'
cask 'visual-studio-code'
cask 'basecamp'
cask 'setapp'
cask 'android-studio'
cask 'android-platform-tools'
cask 'tunnelblick'
cask 'raycast'
cask 'phpstorm'
cask 'jetbrains-toolbox'
cask 'arq'
# Other non-work stuff
cask 'prismlauncher'
cask 'spotify'
cask 'mactex'
cask 'element'
cask 'discord'
cask 'obs'
cask 'obsidian'
# Fonts
cask 'font-fira-code'
cask 'font-fira-code-nerd-font'
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'
# cb. fonts
cask 'font-montserrat'
cask 'font-inter'
cask 'font-reenie-beanie'
# Mac App Store
mas 'Keynote', id: 409183694
mas 'Numbers', id: 409203825
mas 'Microsoft Remote Desktop', id: 1295203466
mas 'Strongbox - KeePass & PwSafe', id: 897283731
mas 'Things', id: 904280696