866 B
866 B
Quick Start
One Command
# macOS
xcode-select --install && \
git clone https://git.sdf.org/jchenry/provision ~/.provision && \
~/.provision/provision
# Linux
git clone https://git.sdf.org/jchenry/provision ~/.provision && \
~/.provision/provision
What Happens
- Installs package manager (Homebrew/apt/pacman)
- Installs CLI tools (tmux, fzf, ripgrep, starship, etc.)
- Installs apps (VSCodium, 1Password, Obsidian, Chrome, Todoist)
- Installs Go to
/usr/local/go - Installs Plan9 to
/usr/local/plan9 - Links config files
After Installation
# Restart shell
exec $SHELL
# Edit git config
nano ~/.gitconfig
# Install tmux plugins
# In tmux: Ctrl+a then I
Skip Options
# Skip apps (faster, CLI-only setup)
provision --skip-apps
# Skip Go
provision --skip-go
# Skip Plan9
provision --skip-p9
Done!