# Taps tap "michel-kraemer/zsh-patina" # CLI tools brew "agent-browser" # Headless browser for AI agents brew "bat" # `cat` replacement brew "ddgr" # Duck Duck Go search brew "exiftool" # EXIF reader brew "eza" # `ls` replacement brew "fastfetch" # Displays pretty system info brew "fd" # `find` replacement brew "fnm" # Node.js version manager brew "fzf" # Fuzzy finder brew "gdu" # Disk usage analyzer brew "gh" # GitHub command-line tool brew "git-delta" # Diff pager for `git` and `grep` output brew "git" # The Git brew "lazygit" # Git client brew "macos-trash" # `rm` replacement with MacOS trash support brew "node" # Fallback Node.js version brew "ripgrep" # `grep` replacement brew "restic" # Incremental backups brew "starship" # Prompt manager brew "supacode" # Terminal for AI agents brew "syntax-highlight" # Quick look with syntax highlighting brew "tlrc" # `man` replacement brew "trafilatura" # Download web pages as text or Markdown brew "typos-cli" # Fix typos brew "zsh-patina" # Syntax highlighting for zsh brew "zsh" # Shell # GUI apps cask "adobe-creative-cloud" # Lightroom & Photoshop cask "affinity" # Image editor cask "alfred" # App launcher cask "bruno" # REST/GraphQL API client cask "choosy" # Browser selector cask "cleanshot" # Screenshots cask "colorsnapper" # Color picker cask "coteditor" # Simple code/text editor cask "dash" # Documentation reader cask "firefox" # Main browser cask "firefox@developer-edition" cask "ghostty" # Terminal emulator cask "github" # GitHub Desktop cask "google-chrome" # Browser for testing cask "hyperkey" # Maps Caps Lock to Super key cask "jordanbaird-ice" # Hides menu bar icons cask "kap" # Video screen recording cask "keka" # Archive reader cask "languagetool-desktop" # Spell checker cask "nimble-commander" # File manager cask "notion" # Collaborative notes cask "numi" # Calculator cask "obsidian" # Note taking cask "optimage" # Image optimization cask "polypane" # Responsive design and accessibility testing cask "quitter" # Quit apps after certain time cask "replacicon" # Custom app icons cask "telegram" # Chat cask "visual-studio-code" # Main code editor cask "whatsapp" # Another chat # Fonts cask "font-symbols-only-nerd-font" # Nerd Font cask "font-sf-pro" # Apple SF Pro # Visual Studio Code extensions # My own extensions are installed locally from a monorepo vscode "astro-build.astro-vscode" vscode "dbaeumer.vscode-eslint" vscode "editorconfig.editorconfig" vscode "esbenp.prettier-vscode" vscode "nicksp.reveal-on-github" vscode "streetsidesoftware.code-spell-checker" vscode "tekumara.typos-vscode" # TODO: Find a way to print this _after_ the installation, not before puts "Install more apps if you need them:" puts "brew install --cask charles" puts "brew install --cask fastmail" puts "brew install --cask figma" puts "brew install --cask slack" puts "brew install --cask zoom" puts "" puts "Install additional apps from Mac App Store:" puts "https://github.com/sapegin/dotfiles/wiki/OS-X-Apps" puts "" puts "Install VS Code extensions:" puts "sync-vscode-extensions" puts "" puts "Install Obsidian plugins:" puts "sync-obsidian-plugins" puts "" puts ""