Files
omarchycn/test/shell.d/fixtures/privileged-heredoc/safe-user-destination.sh
T
2026-08-30 11:54:31 -04:00

10 lines
216 B
Bash

mkdir -p ~/.config/omarchy
cat >~/.config/omarchy/agent.conf <<EOF
helper=$HOME/.local/share/omarchy/bin/omarchy-agent
EOF
cat >"$HOME/.local/bin/omarchy-shim" <<EOF
exec "$OMARCHY_PATH/bin/omarchy-agent" "$@"
EOF