claude-memory/graph/configurations/dotfiles-symlink-repo-at-caldotfiles-on-gitea-5f31ea.md
2026-03-02 14:08:04 -06:00

2.5 KiB

id type title tags importance confidence created updated relations
5f31ea7f-9b53-427d-b601-ab98dabaa2e3 configuration Dotfiles symlink repo at cal/dotfiles on Gitea
dotfiles
symlink
workstation
gitea
configuration
claude-home
0.7 0.8 2026-02-27T05:47:49.295906+00:00 2026-03-02T20:08:04.823841+00:00
target type direction strength edge_id
4479674f-16de-4cfb-afc1-73042d4ab8db RELATED_TO outgoing 0.9 b1d439b6-456f-4271-bd16-0d612564e7f4
target type direction strength edge_id
c292afbb-9b99-4628-8836-7a8d00c797e5 RELATED_TO outgoing 0.8 5f5d8b39-4f75-4099-bcc6-e2aa87ec3d2b
target type direction strength edge_id
66bac9cf-1b1e-42f5-903d-d28a9d5e1e1a FOLLOWS outgoing 0.8 e51c5c3a-fc29-499c-8e3f-2d185014d780
target type direction strength edge_id
6411013f-4c3c-443c-9b0d-7843c8f9d96d RELATED_TO outgoing 0.65 2bde6f04-fb6e-4acd-a155-9cee3241ed71
target type direction strength edge_id
6b1ef7c1-547f-4a79-aad7-23a720378c03 RELATED_TO incoming 0.7 325451e2-3b0b-48f6-962c-8b4aca9b8bc9
target type direction strength edge_id
e6158e53-af06-40f7-bfd1-32fc481a2b3f RELATED_TO incoming 0.85 c8c80611-84e9-4300-9a85-fb569a20a33f
target type direction strength edge_id
8733b4b1-5651-4dc5-9b67-7edc07e62ca6 RELATED_TO incoming 0.8 304be94c-05ba-4190-b75f-a8f54ca42280
target type direction strength edge_id
2d98e145 BUILDS_ON incoming 0.9 05e7a475-bdde-413e-97bd-472d8affda9d

Dotfiles Symlink Repo — cal/dotfiles

Summary

Created ~/dotfiles/ repository with symlink-managed configs. Repo is private at git.manticorum.com/cal/dotfiles.

What's Tracked (14 config files)

  • fish, starship, git, ssh, bash, zsh, MangoHud, Zed, restic, VS Code configs

Key Scripts

  • install.sh — backs up originals to ~/.dotfiles-backup/<timestamp>/, creates symlinks. Idempotent.
  • uninstall.sh — restores standalone copies. Idempotent.

Secrets Handling

  • Secrets extracted from .bashrc to ~/.bash_secrets (chmod 600)
  • Matches the .zshrc pattern of sourcing ~/.zsh_secrets
  • Secrets files are gitignored

Remote URL

  • Uses HTTPS: https://git.manticorum.com/cal/dotfiles
  • SSH (git@git.manticorum.com) does NOT work — DNS for git.manticorum.com resolves to Pi-hole (10.10.0.16), not Gitea LXC (10.10.0.225)

Documentation

  • workstation/CONTEXT.md added to claude-home docs