mirror of
https://github.com/SeriousBug/dotfiles
synced 2026-06-16 20:35:08 -05:00
- cc-compact: skill to reload a past Claude Code session's context (resolves by id or ai-title, extracts a bounded XML summary via compact_session.py) so work can be resumed without ingesting the log - migrate the existing new-work skill into the repo - deploy ~/.claude/skills via ensure_dir_symlink in setup.sh - claude-token-count: count tokens via Anthropic's count_tokens endpoint, pulling the API key from 1Password at runtime
82 lines
1.4 KiB
TOML
82 lines
1.4 KiB
TOML
[helpers]
|
|
|
|
[git]
|
|
depends = []
|
|
|
|
[git.files]
|
|
"git/gitconfig" = "~/.gitconfig"
|
|
"git/gitignore" = "~/.gitignore"
|
|
|
|
[git.variables]
|
|
|
|
[nvim]
|
|
depends = []
|
|
|
|
[nvim.files]
|
|
"nvim/init.lua" = "~/.config/nvim/init.lua"
|
|
"nvim/lazy-lock.json" = "~/.config/nvim/lazy-lock.json"
|
|
"nvim/lua/config/lazy.lua" = "~/.config/nvim/lua/config/lazy.lua"
|
|
"nvim/lua/plugins/mini-surround.lua" = "~/.config/nvim/lua/plugins/mini-surround.lua"
|
|
|
|
[nvim.files."nvim/lua/plugins/hop.lua"]
|
|
target = "~/.config/nvim/lua/plugins/hop.lua"
|
|
type = "symbolic"
|
|
|
|
[nvim.variables]
|
|
|
|
[fish]
|
|
depends = []
|
|
|
|
[fish.files]
|
|
"fish/config.fish" = "~/.config/fish/config.fish"
|
|
"fish/fish_plugins" = "~/.config/fish/fish_plugins"
|
|
"fish/completions" = "~/.config/fish/completions"
|
|
"fish/conf.d" = "~/.config/fish/conf.d"
|
|
# Note: fish/functions is managed directly as a directory symlink in setup.sh
|
|
|
|
[fish.variables]
|
|
|
|
[zellij]
|
|
depends = []
|
|
|
|
[zellij.files]
|
|
"zellij/config.kdl" = "~/.config/zellij/config.kdl"
|
|
|
|
[zellij.variables]
|
|
|
|
[htop]
|
|
depends = []
|
|
|
|
[htop.files]
|
|
"htop/htoprc" = "~/.config/htop/htoprc"
|
|
|
|
[htop.variables]
|
|
|
|
[asdf]
|
|
depends = []
|
|
|
|
[asdf.files]
|
|
"asdf/.tool-versions" = "~/.tool-versions"
|
|
|
|
[asdf.variables]
|
|
|
|
[claude]
|
|
depends = []
|
|
|
|
[claude.files]
|
|
"claude/CLAUDE.md" = "~/.claude/CLAUDE.md"
|
|
|
|
[claude.variables]
|
|
|
|
[bin]
|
|
depends = []
|
|
|
|
[bin.files]
|
|
"bin/discord-send" = "~/.local/bin/discord-send"
|
|
"bin/claude-token-count" = "~/.local/bin/claude-token-count"
|
|
|
|
[bin.variables]
|
|
|
|
[settings]
|
|
default_target_type = "automatic"
|