feat: Pridanie setup.sh — spustí Claude Code s inštrukciami

setup.sh sa skopíruje do ~/setup.sh každého užívateľa.
Po prihlásení a claude login stačí spustiť ./setup.sh
pre automatickú dostavbu prostredia.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
martin
2026-03-16 18:00:55 +01:00
parent eb0497d1e1
commit 274061713d
2 changed files with 13 additions and 6 deletions

4
config/setup.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Spustenie Claude Code s inštrukciami pre dostavbu prostredia
cd ~
claude --dangerously-skip-permissions -p "$(cat ~/claude-setup.md)"