archx/macx-resources/Brewfile

171 lines
2.7 KiB
Plaintext
Raw Normal View History

2023-02-17 00:20:57 +01:00
##############################
# zotan's bootstrap Brewfile #
##############################
2023-02-16 19:04:43 +01:00
# taps
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "osx-cross/arm"
tap "osx-cross/avr"
tap "qmk/qmk"
2023-02-17 00:20:57 +01:00
# cli tools
## basic
2023-02-16 19:04:43 +01:00
brew "jq"
2023-02-17 00:20:57 +01:00
brew "bat"
brew "git"
2023-02-16 19:04:43 +01:00
brew "mtr"
brew "wget"
brew "htop"
brew "nano"
2023-03-09 01:08:28 +01:00
brew "ncdu"
2023-02-17 00:20:57 +01:00
brew "nmap"
2023-02-16 19:04:43 +01:00
brew "ldns" # provides drill
brew "whois"
brew "watch"
2023-02-17 00:20:57 +01:00
brew "stress"
2023-02-16 19:04:43 +01:00
brew "iperf3"
2023-02-17 00:20:57 +01:00
brew "ripgrep"
2023-02-16 19:04:43 +01:00
brew "openssh"
2023-02-17 00:20:57 +01:00
brew "iproute2mac"
## common
brew "mpc"
brew "aria2"
brew "xdelta"
brew "ffmpeg"
brew "pandoc"
brew "yt-dlp"
brew "ncmpcpp"
brew "sshuttle"
brew "neofetch"
2023-02-16 19:04:43 +01:00
brew "topgrade"
2023-02-17 00:20:57 +01:00
brew "qrencode"
2023-02-16 19:04:43 +01:00
brew "media-info"
2023-02-17 00:20:57 +01:00
brew "imagemagick"
2023-02-16 19:04:43 +01:00
brew "pinentry-mac"
2023-02-17 00:20:57 +01:00
brew "smartmontools"
2023-02-16 19:04:43 +01:00
brew "wireguard-tools"
2023-02-17 00:20:57 +01:00
## development
brew "gcc"
2023-02-16 19:04:43 +01:00
brew "glib"
2023-02-17 15:15:25 +01:00
brew "make"
2023-02-16 19:04:43 +01:00
brew "cmake"
brew "ninja"
2023-02-17 00:20:57 +01:00
brew "sqlite"
brew "dotnet"
brew "python"
brew "git-lfs"
2023-02-17 15:15:25 +01:00
brew "autoconf"
brew "automake"
2023-02-16 19:04:43 +01:00
brew "uncrustify"
2023-02-17 00:20:57 +01:00
brew "platformio"
2023-02-17 15:15:25 +01:00
brew "clang-format"
#brew "qmk/qmk/qmk" # FIXME: pillow dependency is currently broken
2023-02-17 00:20:57 +01:00
brew "rustup-init"
brew "rust-analyzer"
2023-02-16 19:04:43 +01:00
2023-02-17 00:20:57 +01:00
# desktop apps
## basic / UX improvements
cask "iterm2"
2023-02-16 19:04:43 +01:00
cask "alfred"
2023-02-17 00:20:57 +01:00
cask "itsycal"
2023-02-16 19:04:43 +01:00
cask "contexts"
2023-02-17 00:20:57 +01:00
cask "topnotch"
cask "bartender"
cask "rectangle"
cask "sublime-text"
2023-04-20 17:07:10 +02:00
cask "sublime-merge"
2023-02-16 19:04:43 +01:00
cask "google-chrome"
2023-02-17 00:20:57 +01:00
## messengers
cask "nheko"
cask "signal"
cask "discord"
cask "element"
cask "telegram"
## documents and synchronization
cask "obsidian"
cask "syncthing"
2023-02-16 19:04:43 +01:00
cask "google-drive"
2023-02-17 15:15:25 +01:00
#cask "mactex-no-gui" # disabled for disk space reasons
2023-02-17 00:20:57 +01:00
## data transfer and encryption
cask "transmit"
2023-02-16 19:04:43 +01:00
cask "gpg-suite"
2023-02-18 14:01:02 +01:00
cask "tor-browser"
2023-02-17 00:20:57 +01:00
cask "balenaetcher"
2023-03-16 17:32:24 +01:00
cask "monero-wallet"
2023-02-17 00:20:57 +01:00
## development
2023-02-16 19:04:43 +01:00
cask "hex-fiend"
2023-02-17 00:20:57 +01:00
cask "jetbrains-toolbox"
## media
cask "obs"
cask "mpv"
2023-02-16 19:04:43 +01:00
cask "iina"
2023-02-17 00:20:57 +01:00
cask "gimp"
cask "mp3tag"
cask "calibre"
cask "spotify"
cask "audacity"
cask "avidemux"
2023-02-16 19:04:43 +01:00
cask "inkscape"
2023-02-17 00:20:57 +01:00
cask "fl-studio"
cask "affinity-photo"
## gaming
2023-02-16 19:04:43 +01:00
cask "itch"
2023-02-17 00:20:57 +01:00
cask "steam"
2023-03-15 16:32:51 +01:00
cask "tetrio"
2023-02-16 19:04:43 +01:00
cask "melonds"
2023-02-27 21:50:17 +01:00
cask "multipatch"
2023-02-16 19:04:43 +01:00
cask "pokemon-reborn"
cask "pokemon-showdown"
cask "pokemon-trading-card-game-online"
2023-02-17 00:20:57 +01:00
## system
cask "utm"
cask "maciasl"
cask "daisydisk"
cask "little-snitch"
cask "plistedit-pro"
cask "amorphousdiskmark"
cask "carbon-copy-cloner"
## networking
2023-02-16 19:04:43 +01:00
cask "viscosity"
cask "wireshark"
2023-02-17 00:20:57 +01:00
## 3rd party app stores
cask "setapp"
## secondary software for testing and debugging
cask "firefox"
cask "telegram-desktop"
# App Store
## cli so we can actually manage these
brew "mas"
2023-03-16 20:43:45 +01:00
## Development
mas "Xcode", id: 497799835
mas "Apple Configurator", id: 1037126344
2023-02-17 00:20:57 +01:00
## iLife
2023-02-16 19:04:43 +01:00
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
2023-02-17 00:20:57 +01:00
## Other
mas "Amphetamine", id: 937984704
mas "Navigator", id: 1590354537
2023-04-20 17:07:10 +02:00
mas "Reeder", id: 1529448980