Initial version of the shells' dotfiles
- add config files for both bash and zsh - as some utilities regard git to be present, git's config files are included as well
This commit is contained in:
parent
c90d4825a7
commit
9c4ea2ecfe
17 changed files with 2855 additions and 0 deletions
39
.config/git/commit_msg_template.txt
Normal file
39
.config/git/commit_msg_template.txt
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
#=================================================|
|
||||
# SUBJECT ========================================|
|
||||
#=================================================|
|
||||
# - what does the commit do
|
||||
# - capitalize the first word
|
||||
# - use imperative mood (e.g., "Add" over "Adds")
|
||||
# - do not end the line with a period
|
||||
# - start with "Fix" for any fixes
|
||||
#---------- 50 characters / 1 line ---------------|
|
||||
|
||||
#-------------------------------------------------|
|
||||
|
||||
|
||||
|
||||
#=======================================================================|
|
||||
# BODY (optional) ======================================================|
|
||||
#=======================================================================|
|
||||
# - explain what the commit does, why it does it, and how
|
||||
# - do not format the text (e.g., Markdown)
|
||||
# - use multiple lines starting with "-" as bullet points
|
||||
# + first sub-level
|
||||
# * second sub-level
|
||||
# - link to external resources for more context
|
||||
#---------- 72 characters / multiple lines (and paragraphs) ------------|
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#=======================================================================|
|
||||
# ISSUE TRACKER (optional) =============================================|
|
||||
#=======================================================================|
|
||||
# - uncomment and adapt one of the lines below
|
||||
# - use the "closes" keyword if applicable
|
||||
# (see https://help.github.com/articles/closing-issues-using-keywords)
|
||||
#-----------------------------------------------------------------------|
|
||||
# Closes #41 on the issue tracker
|
||||
# Fixes #42 on the issue tracker
|
||||
# Resolves #43 on the issue tracker
|
||||
4
.config/git/ignore
Normal file
4
.config/git/ignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Vim
|
||||
*~
|
||||
.*.swp
|
||||
.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue