Projekt-Icons ins synced Pool-Repo; Migrationsskript verlinkt sie

This commit is contained in:
marcus.hinz
2026-07-06 16:00:20 +02:00
parent 6e3b288d0a
commit 9c107f19ec
8 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -10,7 +10,11 @@ config="$HOME/.config/ai-control"
poolrepo="$HOME/claude-projects/pool"
pooldir="$config/pools/private"
mkdir -p "$config/icons" "$pooldir"
mkdir -p "$pooldir"
# Projekt-Icons liegen im synced Repo; unter .config nur ein Symlink
if [ -d "$config/icons" ] && [ ! -L "$config/icons" ]; then rm -rf "$config/icons"; fi
ln -sfn "$poolrepo/icons" "$config/icons"
# App-Settings — wie auf dem Mac
cat > "$config/settings.json" <<'EOF'
Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB