Git client and symlink updates.
This commit is contained in:
8
config/gitu/config.toml
Normal file
8
config/gitu/config.toml
Normal file
@@ -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
|
||||||
@@ -118,7 +118,7 @@ if [ "$DO_LINKS" = true ]; then
|
|||||||
link_file "$DOTFILES_DIR/config/fish" "$HOME/.config/fish"
|
link_file "$DOTFILES_DIR/config/fish" "$HOME/.config/fish"
|
||||||
link_file "$DOTFILES_DIR/config/kanata" "$HOME/.config/kanata"
|
link_file "$DOTFILES_DIR/config/kanata" "$HOME/.config/kanata"
|
||||||
link_file "$DOTFILES_DIR/config/nvim" "$HOME/.config/nvim"
|
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 ""
|
||||||
echo "🧾 Summary: $CREATED symlink(s) created or fixed, $SKIPPED skipped."
|
echo "🧾 Summary: $CREATED symlink(s) created or fixed, $SKIPPED skipped."
|
||||||
|
|||||||
Reference in New Issue
Block a user