chore: ignore .bkit/, add CLAUDE.md and update-service.sh
This commit is contained in:
Executable
+13
@@ -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
|
||||
Reference in New Issue
Block a user