Add bat config

This commit is contained in:
Daniel Lundin 2020-09-29 00:18:38 +02:00
parent 2f2638e095
commit 9346e08738
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC
3 changed files with 5 additions and 0 deletions

3
.config/bat/config Normal file
View file

@ -0,0 +1,3 @@
--theme=GitHub
--italic-text=always
--plain

View file

@ -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

View file

@ -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"