Initial Commit
Initial dotfile manager and config with tools Signed-off-by: Nicholas Mello <nick@nmello.dev>
This commit is contained in:
30
config.toml
Normal file
30
config.toml
Normal 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"
|
||||
Reference in New Issue
Block a user