Install gitmux

This will be used by the tmux statusline.
This commit is contained in:
Tony Grosinger 2024-05-30 20:57:20 -07:00
parent 239579f8cd
commit fbf57952e9
4 changed files with 9 additions and 0 deletions

5
.gitmux.conf Normal file
View File

@ -0,0 +1,5 @@
# https://github.com/arl/gitmux/blob/main/README.md#customizing
tmux:
layout: [branch, divergence, " - ", flags]
styles:
branch: '#[fg=cyan,bold]'

1
bin/linux/gitmux Symbolic link
View File

@ -0,0 +1 @@
gitmux_v0.10.4

BIN
bin/linux/gitmux_v0.10.4 Executable file

Binary file not shown.

View File

@ -71,6 +71,9 @@ function performSetup() {
echo "Installing tmux plugins"
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
echo "Linking gitmux..."
linkFile ".gitmux.conf"
echo "Linking neovim config"
ln -fns ${DOTFILES_DIR}/nvim ~/.config/nvim