Installation
Installation
Homebrew (macOS)
brew install arthurvasconcelos/tap/overseerManual install
Downloads and installs the latest binary to ~/bin/:
curl -fsSL https://raw.githubusercontent.com/arthurvasconcelos/overseer/main/scripts/install.sh | bashMake sure ~/bin is on your PATH:
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.zshrcBuild from source
Requires Go 1.21+.
git clone https://github.com/arthurvasconcelos/overseer.git
cd overseer
make devBuilds and installs to ~/bin/overseer.
First-time setup
Run the interactive wizard after installing:
overseer setupThis walks through brain path, git remote, machine settings, directory scaffolding, dotfile wiring, and Brew packages in one session. Existing values are shown as defaults and nothing is overwritten without your input. Safe to re-run at any time.
If you already have a brain and only want to re-apply config without the full wizard:
overseer brain setupShell completions
# Zsh
echo 'source <(overseer completion zsh)' >> ~/.zshrc
# Bash
echo 'source <(overseer completion bash)' >> ~/.bashrc
# Fish
overseer completion fish > ~/.config/fish/completions/overseer.fish