fix links not working
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/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 $PWD/AGENTS.md $HOME/.cursor/AGENTS.md
|
||||
ln -s $PWD/AGENTS.md $HOME/.codex/AGENTS.md
|
||||
ln -s $PWD/AGENTS.md $HOME/.claude/CLAUDE.md
|
||||
ln -s $PWD/AGENTS.md $HOME/.config/opencode/AGENTS.md
|
||||
ln -s $PWD/AGENTS.md $HOME/.agents/AGENTS.md
|
||||
|
||||
ln -s ./skills ~/.agents/skills
|
||||
ln -s $PWD/skills $HOME/.agents/skills
|
||||
|
||||
Reference in New Issue
Block a user