From 9346e08738c40fd73f41f196ea57be09c93f9940 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 29 Sep 2020 00:18:38 +0200 Subject: [PATCH] Add bat config --- .config/bat/config | 3 +++ .ssh/config | 1 + .tmux.conf | 1 + 3 files changed, 5 insertions(+) create mode 100644 .config/bat/config diff --git a/.config/bat/config b/.config/bat/config new file mode 100644 index 0000000..1ccd4bc --- /dev/null +++ b/.config/bat/config @@ -0,0 +1,3 @@ +--theme=GitHub +--italic-text=always +--plain diff --git a/.ssh/config b/.ssh/config index 45aaa60..5bb5557 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,5 +1,6 @@ Host devel Hostname 10.1.100.16 +IdentityAgent /run/user/1000/gnupg/S.gpg-agent.ssh ForwardAgent yes ExitOnForwardFailure yes RequestTty yes diff --git a/.tmux.conf b/.tmux.conf index ce3fb30..4641ff0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -59,6 +59,7 @@ set -g status-style "bg=#455a64,fg=#f5f5f5" set -g status-left-length 0 set -g status-left "#[bg=#263238,fg=#78909C] #I #[bg=#455a64,fg=#cfd8dc] #{=|60|…:pane_current_path} " set -g status-right '#[bg=#0d47a1,fg=#e1f5fe] ☸ #(kubectl config current-context) #(gitmux -cfg ~/.config/gitmux/gitmux.yaml "#{pane_current_path}")' +set -g status-right-length 0 set -g set-titles on set -g set-titles-string "#H - #T"