Add bat config
This commit is contained in:
parent
2f2638e095
commit
9346e08738
3 changed files with 5 additions and 0 deletions
3
.config/bat/config
Normal file
3
.config/bat/config
Normal file
|
@ -0,0 +1,3 @@
|
|||
--theme=GitHub
|
||||
--italic-text=always
|
||||
--plain
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue