bare tmux/nvim setup for server profiles
This commit is contained in:
parent
546e9fdd56
commit
dc9af7f67a
@ -309,5 +309,11 @@ type = custom/script
|
||||
exec = vpn_status.sh
|
||||
tail = true
|
||||
|
||||
[module/crypto]
|
||||
; custom crypto script
|
||||
type = custom/script
|
||||
exec = /home/spinach/sb-ticker 20
|
||||
tail = true
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
|
5
meta/profiles/bare
Normal file
5
meta/profiles/bare
Normal file
@ -0,0 +1,5 @@
|
||||
tmux.sparse
|
||||
zsh
|
||||
oh-my-zsh
|
||||
neovim
|
||||
clean
|
@ -42,6 +42,8 @@ set -g status-style "bg=black, fg=brightWhite"
|
||||
set -g status-right "%a, %b %d %l:%M %P "
|
||||
set -g status-right-length 100
|
||||
set -g status-left ""
|
||||
# change active window color
|
||||
set-window-option -g window-status-current-style "bg=white, fg=black"
|
||||
|
||||
# set -g default-terminal "${TERM}"
|
||||
# set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||
|
Loading…
x
Reference in New Issue
Block a user