My dotfiles
This repo includes a generic opt-in hook that does nothing by default. To enable it on a single machine:
- Create the selector file:
~/.config/dotfiles/enable_ai_cli_side
- Create a local env file pointing at the AI CLI repo:
~/.config/dotfiles/ai_cli_side.env- Contents:
AI_CLI_SIDE_DIR=/path/to/ai-cli-repo
When enabled, the hook adds $AI_CLI_SIDE_DIR/bin to PATH. If the bin dir is missing but an install script exists, it runs the install script with --no-symlink.