Update git config to have new rebase settings and global ignore file Signed-off-by: Nicholas Mello <nick@nmello.dev>
36 lines
606 B
TOML
36 lines
606 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.git.ignore]
|
|
repo_path = "git/gitignore"
|
|
system_path = "~/.gitignore"
|
|
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"
|