chore: ignore .bkit/, add CLAUDE.md and update-service.sh

This commit is contained in:
2026-06-04 21:58:36 -04:00
parent b3f7e26675
commit 7e3bc363f9
3 changed files with 103 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -euo pipefail
REPO_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
echo "Installing takopi from source..."
uv tool install --editable "$REPO_DIR" --force
echo "Restarting takopi service..."
systemctl --user restart takopi.service
echo "Status:"
systemctl --user status takopi.service --no-pager