diff options
author | Daniel Holman <dholman@gymli.org> | 2018-04-05 13:32:25 -0500 |
---|---|---|
committer | Daniel Holman <dholman@gymli.org> | 2018-04-05 13:32:25 -0500 |
commit | 928e507d33e1192ca1f8d3413a352c30909286fb (patch) | |
tree | 4a3cdf45b9336a6b3dd9232241817ab9c78db34d /.ssh/config | |
parent | Added the config for airline status bar in .vimrc (diff) | |
download | dotfiles-928e507d33e1192ca1f8d3413a352c30909286fb.tar.gz dotfiles-928e507d33e1192ca1f8d3413a352c30909286fb.tar.zst dotfiles-928e507d33e1192ca1f8d3413a352c30909286fb.zip |
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 '')
-rw-r--r-- | .ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
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 |