summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/termite/config4
-rw-r--r--.gitconfig2
-rw-r--r--.ssh/config10
-rw-r--r--.tmux.conf2
4 files changed, 13 insertions, 5 deletions
diff --git a/.config/termite/config b/.config/termite/config
index bd27d4c..27d1ce7 100644
--- a/.config/termite/config
+++ b/.config/termite/config
@@ -1,5 +1,5 @@
[options]
-font = xos4 Terminus 12
+font = Fantasque Sans Mono 11
allow_bold = true
audible_bell = true
clickable_url = true
@@ -21,7 +21,7 @@ size_hints = false
foreground = #c0c0c0
foreground_bold = #c0c0c0
cursor = #c0c0c0
-background = #000000
+background = rgba(0, 0, 0, 0.8)
# 16 color space
diff --git a/.gitconfig b/.gitconfig
index f9e7362..5dd415b 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,5 +1,5 @@
[user]
- email = dholman@gymli.org
+ email = dholman@gymli.xyz
name = Danny Holman
[sendemail]
diff --git a/.ssh/config b/.ssh/config
index b2b84a5..0c1c719 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,4 +1,12 @@
User dholman
+Host *
+ ControlMaster auto
+ ControlPath ~/.ssh/sockets/socket-%r@%h:%p
+ ControlPersist 1h
Host Zeus
- HostName 192.168.1.26
+ HostName www.gymli.xyz
Port 22
+Host Wilson
+ HostName Wilson.gymli.xyz
+ Port 22
+ ProxyJump Zeus
diff --git a/.tmux.conf b/.tmux.conf
index 71897c6..19c14e7 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -2,4 +2,4 @@ set -g default-terminal "tmux-256color"
set -g terminal-overrides ",xterm-termite:Tc"
set -g mouse on
-source /usr/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf
+source /usr/lib/python3.8/site-packages/powerline/bindings/tmux/powerline.conf