Skip to content

Fox's DotfilesModern macOS Dev Environment

A thoughtfully crafted terminal-first development setup with 100+ curated tools

Quick Start

bash
# Clone the repository
git clone https://github.com/Proteusiq/dotfiles.git ~/dotfiles

# Run the installer
cd ~/dotfiles && ./install.sh

What's Included

CategoryTools
TerminalGhostty, tmux, Starship, sesh
EditorNeovim + LazyVim
ShellZsh + Antigen
FilesYazi, fzf, fd, ripgrep
Gitlazygit, gh CLI, git-delta
LanguagesPython (uv), Rust, Go, Bun

The update Command

After installation, use the update command to manage your setup:

bash
update                    # Full install (idempotent)
update --versions         # Show installed versions
update --outdated         # Check for updates
update --only brew        # Run specific function
update --skip "venv brew" # Skip functions
update -v                 # Verbose output

Released under the MIT License.