From 928e507d33e1192ca1f8d3413a352c30909286fb Mon Sep 17 00:00:00 2001 From: Daniel Holman Date: Thu, 5 Apr 2018 13:32:25 -0500 Subject: 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 --- .gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitconfig (limited to '.gitconfig') 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 -- cgit v1.2.3