dotfiles/git/.gitmessage
Josh Sherman 1ebbbcb8cd
Spring clean up
Quite a few updates to leverage GNU `stow` and reduce the manual efforts
in the install script. Localized my `[n]vim` color scheme of choice
since it hasn't been updated in years. Also updated the installer to
pull from remote instead of completely removing itself if it's already
present.

Contemplating moving to using some plugin managers for `zsh` and
`[n]vim` to help reduce the install size a bit more, and to provide a
bit more flexibility for anybody else running this.
2022-02-27 12:13:51 -06:00

21 lines
528 B
Text

# <type>(<scope>): <subject>
#
# <body>
#
# <footer>
#
# The header is mandatory and the scope of the header is optional.
# Types: build, ci, docs, feat, fix, perf, refactor, style, test
#
# Wrap longer lines to 72 characters.
# The body should answer:
#
# * What problem is being solved?
# * What is the solution to said problem?
# * Are there any side effects or dependencies?
#
# The footer should contain a closing reference or issue link, if any.
#
# ---------------------------------------------------------------------