From d8712dd7c442a801a20fcde3024165a07aaf3c25 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 1 Feb 2022 10:25:21 -0700 Subject: [PATCH] +gitmux stuff --- .gitmux.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitmux.conf diff --git a/.gitmux.conf b/.gitmux.conf new file mode 100644 index 0000000..3b086fd --- /dev/null +++ b/.gitmux.conf @@ -0,0 +1,28 @@ +tmux: + symbols: + branch: '⎇ ' + hashprefix: ':' + ahead: ↑· + behind: ↓· + staged: '● ' + conflict: '✖ ' + modified: '✚ ' + untracked: '… ' + stashed: '⚑ ' + clean: ✔ + styles: + clear: '#[fg=default]' + state: '#[fg=default]' + branch: '#[fg=default]' + remote: '#[fg=default]' + staged: '#[fg=default]' + conflict: '#[fg=default]' + modified: '#[fg=default]' + untracked: '#[fg=default]' + stashed: '#[fg=default]' + clean: '#[fg=default]' + divergence: '#[fg=default]' + layout: [branch, .., remote-branch, divergence, ' - ', flags] + options: + branch_max_len: 0 + branch_trim: right