- AI Agent: pi — see my harness
- Terminal: Ghostty
- Editor: Nvim
- Multiplexer: Tmux
- Prompt: Oh-my-posh
- Completer: Carapace
- Version Manager: mise
- History: Atuin
- Browser: Zen
git clone https://github.com/polo871209/dotfiles.git && cd dotfiles
cat ~/dotfiles/dot_zshenv >| ~/.zshenv
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle install
just link
mise install
touch ~/.hushlogin
./zen-browser/install.shatuin setupssh-keygen -t ed25519
git remote set-url origin git@github.com:polo871209/dotfiles.gitRequires Google Drive to be logged in first:
cat >> .envrc << 'EOF'
export VIRTUAL_ENV=.venv
layout python3
EOF
direnv allow