Git client and symlink updates.
This commit is contained in:
parent
85803f7559
commit
d52a5f962f
|
|
@ -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."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue