Add gitui config

This commit is contained in:
2022-04-11 16:22:28 -05:00
parent 91a7a458fa
commit 52c052cb34
2 changed files with 14 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }
git_template = { source = "git_template", target = ".git_template" }
gitconfig = { source = "gitconfig", target = ".gitconfig" }
gitignore = { source = "gitignore", target = ".gitignore" }
gitui = { source = "gitui", target = ".config/gitui" }
# gpg
gpg_agent = { source = "gnupg/gpg-agent.conf", target = ".gnupg/gpg-agent.conf" }