mirror of
https://github.com/SeriousBug/dotfiles
synced 2026-06-16 20:35:08 -05:00
Move a coding project into ~/.local/archives/, strip it with 'git clean -dxf', drop git LFS objects, and compress to .7z to minimize disk use. Reports space reclaimed, and supports --restore <file.7z> to extract an archive back into the cwd. Deploys to ~/.local/bin via Dotter.
83 lines
1.5 KiB
TOML
83 lines
1.5 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/archive-coding-project" = "~/.local/bin/archive-coding-project"
|
|
|
|
[bin.variables]
|
|
|
|
[settings]
|
|
default_target_type = "automatic"
|