Initial Commit

Initial dotfile manager and config with tools

Signed-off-by: Nicholas Mello <nick@nmello.dev>
This commit is contained in:
2025-08-14 19:20:56 -05:00
commit 213a40bc27
2 changed files with 202 additions and 0 deletions

30
config.toml Normal file
View File

@@ -0,0 +1,30 @@
[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"