.dotfiles/macos/Brewfile

138 lines
3 KiB
Text
Raw Normal View History

# Taps
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
2024-01-19 14:51:26 +01:00
tap 'oven-sh/bun'
2024-03-20 21:16:55 +01:00
tap 'withgraphite/tap'
tap 'shivammathur/extensions'
# Binaries
brew 'awscli'
brew 'bash'
brew 'coreutils' # Those that come with macOS are outdated
2022-05-22 12:51:03 +02:00
brew 'graphviz'
brew 'ffmpeg'
brew 'gh'
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 'httpie'
brew "openjdk"
2024-04-02 22:37:32 +02:00
brew 'openjdk@17'
brew 'openvpn'
brew 'mas' # Mac App Store manager
brew 'pass'
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
brew 'svn' # Needed to install fonts
brew 'starship' # fancy shell prompt
2023-01-15 00:41:32 +01:00
brew 'asimov' # Exclude node_modules etc from TM backup
2023-06-29 15:17:53 +02:00
brew 'git-absorb' # amazing tool for better git fixup
2024-03-20 21:16:55 +01:00
brew 'git-town' # Simple git stacking tool
brew 'withgraphite/tap/graphite' # Advanced stacking tool with web app
2024-04-02 02:29:58 +02:00
brew 'ansible'
brew 'ansible-lint'
brew 'jq'
brew 'scrcpy'
brew 'poppler' # PDF manipulation
brew 'qpdf'
brew 'rename'
brew 'git-delta'
brew 'imagemagick'
brew 'nginx'
# 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'
2023-12-02 12:55:54 +01:00
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'
2022-12-12 10:58:14 +01:00
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 'composer'
brew 'node'
2024-04-02 02:29:58 +02:00
brew 'deno'
brew 'oven-sh/bun/bun'
brew 'yarn'
brew 'pnpm'
2022-11-11 23:22:56 +01:00
brew 'go'
brew 'rustup'
2023-12-02 13:04:05 +01:00
brew 'cargo-make'
# Apps
cask '1password'
cask '1password-cli'
cask 'around'
cask 'discord'
cask 'docker'
cask 'caffeine'
cask 'chromium', args: { no_quarantine: true }
cask 'element'
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 'spotify'
2022-05-22 12:51:03 +02:00
cask 'mactex'
2022-05-30 10:50:02 +02:00
cask 'android-studio'
cask 'android-platform-tools'
2022-06-29 16:52:50 +02:00
cask 'tunnelblick'
2022-09-09 00:45:20 +02:00
cask 'raycast'
2023-09-01 10:20:03 +02:00
cask 'phpstorm'
cask 'jetbrains-toolbox'
2023-10-29 17:30:11 +01:00
cask 'arq'
2024-04-02 22:37:32 +02:00
cask 'prismlauncher'
# 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'
2022-12-01 09:44:45 +01:00
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