Skip to content

Instantly share code, notes, and snippets.

@klaustopher
Created August 15, 2024 09:45
Show Gist options
  • Select an option

  • Save klaustopher/ad94f85c411d288406e4631aadadadd7 to your computer and use it in GitHub Desktop.

Select an option

Save klaustopher/ad94f85c411d288406e4631aadadadd7 to your computer and use it in GitHub Desktop.
dotfiles Brewfile
# Install fonts so that everything looks amazing
cask "font-fantasque-sans-mono"
cask "font-fantasque-sans-mono-nerd-font"
# 1password
tap "1password/tap"
cask "1password-cli"
cask "1password@beta"
mas "1Password for Safari", id: 1569813296
# Other Taps
tap "homebrew/services"
# Install a bunch of packages
brew "zstd"
brew "llvm"
brew "autoconf"
brew "automake"
brew "coreutils"
brew "pkg-config"
brew "direnv"
brew "libsodium"
brew "harfbuzz"
brew "libksba"
brew "gnupg"
brew "libtool"
brew "gdal"
brew "gobject-introspection"
brew "htop"
brew "libffi"
brew "imagemagick"
brew "jq"
brew "libressl"
brew "lima"
brew "lsusb"
brew "mas"
brew "zlib"
brew "nmap"
brew "tmux"
brew "overmind"
brew "poppler-qt5"
brew "pwgen"
brew "rsync"
brew "ssh-copy-id"
brew "terminal-notifier"
brew "tig"
brew "tree"
brew "watchman"
brew "wget"
# Git tools
brew "gh"
brew "git"
brew "git-crypt"
brew "gitui"
# Network utilities
brew "ipcalc"
brew "speedtest-cli"
# ZSH and plugins
brew "zsh"
brew "zplug"
# Editors
brew "neovim"
brew "rg"
brew "fd"
brew "lazygit"
cask "neovide"
# Programming languages
# brew "node"
# brew "yarn"
# brew "crystal"
brew "rbenv"
brew "ruby-build"
# Build depencencies for Ruby
brew "openssl@3"
brew "readline"
brew "libyaml"
brew "gmp"
# Database tools for development
# brew "redis", restart_service: true
# brew "mysql", restart_service: true
# Postgres
# brew "postgresql@16", restart_service: true
# brew "geos"
# brew "proj"
# tap "timescale/tap"
# brew "timescale/tap/timescaledb"
# brew "libpq", link: true
# brew "check_postgres"
# brew "postgis"
# GUI Apps
cask "chromedriver"
cask "elgato-stream-deck"
cask "monitorcontrol"
cask "tidal"
cask "vlc"
# cask "postico"
cask "iterm2"
cask "flameshot"
# Mac App Store Applications
mas "Apple Configurator", id: 1037126344
mas "Dato", id: 1470584107
mas "GIPHY CAPTURE", id: 668208984
mas "Slack", id: 803453959
# mas "Sequel Ace", id: 1518036000
# mas "Tailscale", id: 1475387142
# mas "AusweisApp", id: 948660805
# Only install Xcode when not running beta version, because we need the beta
if OS.mac? && MacOS.version < 15
mas "Xcode", id: 497799835
end
# Apps have been removed from the store
# mas "Skitch", id: 425955336
# mas "ForkLift", id: 412448059
# mas "Marked", id: 448925439
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment