add tmux
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
85b7970b00
commit
749da1eb43
3 changed files with 222 additions and 0 deletions
28
modules/home/gitmux.yml
Normal file
28
modules/home/gitmux.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
tmux:
|
||||
symbols:
|
||||
branch: " "
|
||||
hashprefix: ":"
|
||||
ahead: " "
|
||||
behind: " "
|
||||
staged: " "
|
||||
conflict: " "
|
||||
untracked: " "
|
||||
modified: " "
|
||||
stashed: " "
|
||||
clean: " "
|
||||
insertions: " "
|
||||
deletions: " "
|
||||
styles:
|
||||
state: "#[fg=red,nobold]"
|
||||
branch: "#[fg=white,nobold]"
|
||||
staged: "#[fg=green,nobold]"
|
||||
conflict: "#[fg=red,nobold]"
|
||||
modified: "#[fg=yellow,nobold]"
|
||||
untracked: "#[fg=gray,nobold]"
|
||||
stashed: "#[fg=gray,nobold]"
|
||||
clean: "#[fg=green,nobold]"
|
||||
divergence: "#[fg=cyan,nobold]"
|
||||
layout: [branch, divergence, flags, stats, " "]
|
||||
options:
|
||||
branch_max_len: 0
|
||||
hide_clean: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue