9 lines
319 B
Bash
Executable File
9 lines
319 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p ~/.cursor ~/.codex ~/.claude ~/.config ~/.config/opencode ~/.agents
|
|
ln -s ./AGENTS.md ~/.cursor/AGENTS.md
|
|
ln -s ./AGENTS.md ~/.codex/AGENTS.md
|
|
ln -s ./AGENTS.md ~/.claude/CLAUDE.md
|
|
ln -s ./AGENTS.md ~/.config/opencode/AGENTS.md
|
|
ln -s ./AGENTS.md ~/.agents/AGENTS.md
|
|
|
|
ln -s ./skills ~/.agents/skills |