summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorDaniel Holman <dholman@gymli.org>2018-04-05 13:32:25 -0500
committerDaniel Holman <dholman@gymli.org>2018-04-05 13:32:25 -0500
commit928e507d33e1192ca1f8d3413a352c30909286fb (patch)
tree4a3cdf45b9336a6b3dd9232241817ab9c78db34d /.gitconfig
parent8b07627e86c7c181cc5ab81ab2607256d2061017 (diff)
General updates
Made significant updates to a bunch of files: -.zshrc environment vars and script sourcing in new file -.zshenv this is whehere the above went -.muttrc clarified the address line as well as password control -.ssh new directory for secure shell config files -.tmux.conf new file to control how tmux behaves -.config/i3/config i3wm configuration -.config/polybar/config topbar configuration -.config/termite/config terminal theming and other things
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..bd4dc31
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,9 @@
+[user]
+ email = dholman@gymli.org
+ name = Daniel Holman
+
+[sendemail]
+ smtpencryption = tls
+ smtpserver = mail.gymli.org
+ smtpuser = dholman
+ smtpserverport = 587