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 --- .ssh/config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .ssh/config (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..fe200c3 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,4 @@ +User dholman +Host Mail + HostName 192.168.86.26 + Port 22 -- cgit v1.2.3