-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
54 lines (51 loc) · 1.49 KB
/
install.conf.yaml
File metadata and controls
54 lines (51 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
- defaults:
link:
relink: true
create: true
brewfile:
stdout: true
stderr: true
include: ['tap', 'brew', 'cask', 'mas']
- create:
- ~/.config
- ~/.config/opencode
- ~/.claude
- ~/.claude/skills
- ~/.codex
- ~/.cursor
- ~/.agents
- ~/.agents/instructions
- ~/.agents/skills
- ~/.agents/plugins
- ~/.codex/plugins
- link:
~/:
glob: true
path: home/*
prefix: '.'
~/.config/:
glob: true
path: config/*
exclude: [config/opencode]
~/.config/opencode/:
glob: true
path: config/opencode/*
~/.claude/CLAUDE.md:
path: claude/CLAUDE.md
~/.codex/AGENTS.md:
path: codex/AGENTS.md
~/.agents/instructions/:
glob: true
path: ai/instructions/*
~/.remarkrc.json:
path: tools/remark/remarkrc.json
~/.local/bin/remark:
path: scripts/remark
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [brew bundle --file=Brewfile, Installing Homebrew packages]
- [./scripts/install-skills, Syncing AI skills]
- [./scripts/install-plugins, Installing local Codex plugins]
- [./scripts/install-mcp, Syncing MCP runtimes and generated configs]
- [./scripts/install-remark, Installing remark toolchain]
- ["git config filter.eliza-url.clean 'sd -s \"$ELIZA_API_HOST\" \"ELIZA_API_HOST\" -f -' && git config filter.eliza-url.smudge 'sd -s \"ELIZA_API_HOST\" \"$ELIZA_API_HOST\" -f -'", Configuring git clean/smudge filter for internal URLs]