Files
dotfiles/config.toml
Nick Mello 213a40bc27 Initial Commit
Initial dotfile manager and config with tools

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2025-08-14 19:20:56 -05:00

31 lines
515 B
TOML

[tools]
[tools.nvim]
repo_path = "nvim"
system_path = "~/.config/nvim"
type = "dir"
[tools.fish]
repo_path = "fish"
system_path = "~/.config/fish"
type = "dir"
[tools.git.config]
repo_path = "git/gitconfig"
system_path = "~/.gitconfig"
type = "file"
[tools.git.message]
repo_path = "git/gitmessage"
system_path = "~/.gitmessage"
type = "file"
[tools.tmux]
repo_path = "tmux/tmux.conf"
system_path = "~/.tmux.conf"
type = "file"
[tools.bash]
repo_path = "bash/bashrc.sh"
system_path = "~/.bashrc"
type = "file"