~/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

Atuin

Magical shell history. Sync, search, and backup shell history across all your machines with end-to-end encryption.

brew install atuin

SDKMAN

The Software Development Kit Manager. Easily install, switch between, and manage multiple versions of SDKs like Java, Kotlin, Scala, and more.

1 Add SDKMAN tap
brew tap sdkman/tap
2 Install SDKMAN CLI
brew install sdkman-cli

Starship

The minimal, blazing-fast, and infinitely customizable prompt for any shell. Written in Rust for speed and efficiency.

brew install starship

Branchlet

Interactive CLI tool for managing Git worktrees. Easily create, list, and delete worktrees with smart configuration and automatic file copying.

bun install -g branchlet

© 2026 Guillaume Taffin