mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-12-07 13:32:30 -06:00
Migrated all high-priority development configs to Dotter management: - Neovim: Lazy.nvim setup with hop and mini-surround plugins - Fish Shell: Complete config with Fisher plugins (done, z, sponge) - Zellij: Terminal multiplexer with vim-like keybindings - Htop: System monitor preferences - ASDF: Version manager configuration Templates created for git/gitconfig and fish/config.fish to handle machine-specific variables (git_name, git_email, brew_path). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
62 lines
1.1 KiB
TOML
62 lines
1.1 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/hop.lua" = "~/.config/nvim/lua/plugins/hop.lua"
|
|
"nvim/lua/plugins/mini-surround.lua" = "~/.config/nvim/lua/plugins/mini-surround.lua"
|
|
|
|
[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"
|
|
"fish/functions" = "~/.config/fish/functions"
|
|
|
|
[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]
|
|
|
|
[settings]
|
|
default_target_type = "automatic"
|