blob: 3e71559c2a1b8fc0a99df95b8067c3c6fae2adfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# dotfiles
These are all my dotfiles. I can install them locally on my laptop and/or workstation as well as remotely on any server.
For local installation, also have a read through https://blog.ferki.it/2023/08/11/local-management-with-rex/
## AI prompts
Prompts are managed from `~/Notes/Prompts` and linked by `home_prompts` into each tool config directory.
- Commands source of truth: `~/Notes/Prompts/commands`
- Skills source of truth: `~/Notes/Prompts/skills`
- Codex CLI slash command path: `~/.codex/prompts`
- Shared agent prompt paths: `~/.agents/{commands,skills}`
- Codex CLI runtime config: `~/.codex/config.toml`
|