mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add initial omarchy skill for OpenCode (and friends) (#4090)
This commit is contained in:
@@ -18,6 +18,7 @@ run_logged $OMARCHY_INSTALL/config/walker-elephant.sh
|
||||
run_logged $OMARCHY_INSTALL/config/fast-shutdown.sh
|
||||
run_logged $OMARCHY_INSTALL/config/sudoless-asdcontrol.sh
|
||||
run_logged $OMARCHY_INSTALL/config/input-group.sh
|
||||
run_logged $OMARCHY_INSTALL/config/omarchy-ai-skill.sh
|
||||
run_logged $OMARCHY_INSTALL/config/hardware/network.sh
|
||||
run_logged $OMARCHY_INSTALL/config/hardware/set-wireless-regdom.sh
|
||||
run_logged $OMARCHY_INSTALL/config/hardware/fix-fkeys.sh
|
||||
|
||||
3
install/config/omarchy-ai-skill.sh
Normal file
3
install/config/omarchy-ai-skill.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place in ~/.claude/skills since all tools populate from there as well as their own sources
|
||||
mkdir -p ~/.claude/skills
|
||||
ln -s $OMARCHY_PATH/default/omarchy-skill ~/.claude/skills/omarchy
|
||||
Reference in New Issue
Block a user