From d52a5f962fdd5f497c22331d884cfc1bd1a4f230 Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Thu, 5 Feb 2026 21:49:03 +0200 Subject: [PATCH] Git client and symlink updates. --- config/gitu/config.toml | 8 ++++++++ install.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 config/gitu/config.toml diff --git a/config/gitu/config.toml b/config/gitu/config.toml new file mode 100644 index 0000000..8e4cc79 --- /dev/null +++ b/config/gitu/config.toml @@ -0,0 +1,8 @@ +[general] +always_show_help.enabled = true +# collapsed_sections = ["staged_changes"] +refresh_on_file_change.enabled = true +stash_list_limit = 20 +recent_commits_limit = 100 +mouse_support = true +mouse_scroll_lines = 3 diff --git a/install.sh b/install.sh index 8abb6c8..a7e5ec9 100755 --- a/install.sh +++ b/install.sh @@ -118,7 +118,7 @@ if [ "$DO_LINKS" = true ]; then link_file "$DOTFILES_DIR/config/fish" "$HOME/.config/fish" link_file "$DOTFILES_DIR/config/kanata" "$HOME/.config/kanata" link_file "$DOTFILES_DIR/config/nvim" "$HOME/.config/nvim" - # link_file "$DOTFILES_DIR/config/tmux/.tmux.conf" "$HOME/.tmux.conf" + link_file "$DOTFILES_DIR/config/gitu" "$HOME/.config/gitu" echo "" echo "🧾 Summary: $CREATED symlink(s) created or fixed, $SKIPPED skipped."