A friendly terminal setup for using Claude Code at November Five. Designed for everyone — no developer experience needed.
- Ghostty — a fast, beautiful terminal
- Claude Code — AI assistant in your terminal
- GitHub Desktop — simple Git GUI for cloning, committing, and pushing
- Starship — a clean, colorful prompt
- Finder actions — right-click any folder to open Ghostty or Claude there
- N5 skills — Claude Code skills shared across the company
- Download
Install Mini-Dotfiles.app(from Slack or this repo'sapp/folder) - Double-click it
- If macOS warns about an unidentified developer, go to System Settings > Privacy & Security and click "Open Anyway"
That's it — a Terminal window opens and walks you through everything.
Open Terminal (Spotlight → type "Terminal") and paste:
curl -fsSL https://raw.githubusercontent.com/novemberfiveco/mini-dotfiles/main/bootstrap.sh | zsh
This installs developer tools, clones the repo, and runs the interactive setup.
- Open Ghostty (Spotlight → type "Ghostty")
- Type
claudeto start Claude Code - Right-click any folder in Finder → Open Ghostty Here or Open Claude Here
- Read the documentation / learning track in the
docsfolder
Open Ghostty and run:
git -C ~/code/skills pull
Skills are symlinked — pulling updates them immediately.
| File | Purpose |
|---|---|
bootstrap.sh |
First-run bootstrap (installs Xcode tools, clones repo, runs setup) |
setup.sh |
Interactive installer |
zshrc |
Shell configuration (symlinked to ~/.zshrc) |
gitconfig.template |
Git config template (filled during setup) |
gitignore |
Global git ignore rules |
config/ghostty/config |
Ghostty terminal theme & settings |
config/starship.toml |
Prompt configuration |
Brewfile |
Homebrew packages, casks, and extensions |
app/ |
Double-clickable macOS installer app |