~/setup

Dev Setup

Tools and utilities I use for development.

Homebrew

The missing package manager for macOS (or Linux). Install the tools you need that Apple (or your Linux system) didn't.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Stow

GNU Stow is a symlink farm manager. Perfect for managing dotfiles and configuration files across multiple tools and projects.

brew install stow

Doppler CLI

Secure secret management for developers. Inject environment variables and sync secrets across your team and environments.

1 Install GnuPG
brew install gnupg
2 Install Doppler
brew install dopplerhq/cli/doppler

Mole

A simple tool to help you claw through your files at the speed of light. Fast file search and navigation from the terminal.

brew install tw93/tap/mole

GitHub CLI

Official GitHub command-line tool. Manage pull requests, issues, repositories, and more directly from your terminal.

brew install gh

Zed

A high-performance, multiplayer code editor built in Rust. Designed for speed and collaboration with AI assistance built-in.

brew install --cask zed

Bun

A fast all-in-one JavaScript runtime and toolkit. Drop-in replacement for Node.js with native bundler, transpiler, test runner, and npm-compatible package manager.

brew install oven-sh/bun/bun

© 2026 Guillaume Taffin