From c8ecc183b85b775d5ce1fd18bf3a45d42ee424ad Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Wed, 8 Jul 2026 14:08:07 -0500 Subject: [PATCH] doc: Adding gitconfig info to the README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a3b596..52e1055 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Included are configs for: - tmux - wezterm - zsh +- gitconfig Planned configs are: -- gitconfig - newsboat ## Deployment @@ -97,3 +97,9 @@ The config adds the following settings outside of oh-my-zsh: - `zsh_exports`: Exported variables for the system - `zsh_functions`: Custom functions beyond simple aliasing can fulfill but not requiring a script - `zsh_local`: Local ZSH settings for a specific system such as any environment specific bash required to set up a system's shell or direct ZSH settings + +### Gitconfig + +The gitconfig, centered on nvim integration, gives contains a selection of useful aliases and sets some basic defaults. + +It also includes a local override config hosted at `~/.config/git/local` for adding username and email as well as any other options needed for a local machine.