Skip to content

Latest commit

 

History

History
94 lines (74 loc) · 4.38 KB

File metadata and controls

94 lines (74 loc) · 4.38 KB

macOS Applications

Applications installed via Homebrew casks, managed through ~/config/Brewfile. Install all of them with br in.

Productivity & Utilities

App Description
Raycast Launcher and productivity tool — replaces Spotlight
Maccy Clipboard manager — remembers clipboard history and lets you paste any prior entry
Bartender Hides and organizes menu bar icons (useful on MacBooks with the camera notch)
SizeUp Window management with keyboard shortcuts
Shottr Screenshot utility with annotation tools
Zappy Screenshot and animated GIF capture
Logi Options+ Configuration for Logitech peripherals

Communication & Calendar

App Description
Slack Team messaging
Webex Video conferencing
Notion Notes and docs
Notion Calendar Calendar app with Google Calendar integration — shows upcoming meetings in menu bar
Notion Mail Email client integrated with Notion
Asana Project management

Development

App Description
Orbstack Fast, lightweight Docker and Linux VM manager (Docker Desktop replacement)
IntelliJ IDEA JetBrains IDE for Java/Kotlin
PyCharm JetBrains IDE for Python
RustRover JetBrains IDE for Rust
WebStorm JetBrains IDE for JavaScript/TypeScript
Visual Studio Code Code editor (Rosé Pine theme)
Zed Fast, modern code editor — used by cm ed to open dotfiles
Neo4j Desktop GUI for managing local Neo4j graph database instances
Google Cloud CLI CLI tools for Google Cloud Platform
Wezterm GPU-accelerated terminal emulator (primary)
Ghostty Fast terminal emulator (alternative)
Karabiner Elements Keyboard customization — used alongside Kanata
Keymapp ZSA keyboard configurator

AI

App Description
Claude Anthropic's Claude desktop app
Claude Code Claude Code CLI
Antigravity AI coding assistant
Cmux AI terminal assistant

Security & Storage

App Description
1Password Password manager
1Password CLI CLI integration (required for chezmoi secrets)
Google Drive Cloud storage sync
Microsoft AutoUpdate Keeps Microsoft apps up to date

Creative

App Description
Affinity Affinity suite (Designer, Photo, Publisher)
GIMP Open source image editor
Minecraft Minecraft

Fonts

Font Description
Maple Mono NF Coding font with Nerd Font icons
Meslo LG Nerd Font Nerd Font patched Meslo for Powerline/icon support
Monaspace NF GitHub's Monaspace family with Nerd Font icons

Mac App Store

App Description
DaVinci Resolve Professional video editing

Homebrew Brewfile

The full Brewfile is at ~/config/Brewfile. It installs both casks (GUI apps, above) and formulae (CLI tools — see utilities.md).

br in      # install everything in the Brewfile
br up      # update Homebrew and upgrade all installed packages
br clean   # remove anything installed that isn't in the Brewfile