From ccf9327a9b1e174738fe4f607e2eeceff93f369b Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Fri, 19 Jun 2026 12:14:41 +0200 Subject: [PATCH] Small alias, updated install for delta. --- config/fish/config.fish | 1 + install.sh | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index 049eac0..1c214c2 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -97,6 +97,7 @@ alias doti='bash ~/.dotfiles/install.sh -i' alias dotl='bash ~/.dotfiles/install.sh -l' alias myip='curl ipinfo.io/ip; echo ""' alias query='xbps-query -Rs' +alias commits='git log origin/main..HEAD --oneline' ## Basic project picker using mini sessions and neovim diff --git a/install.sh b/install.sh index 6b0b93c..30357c4 100755 --- a/install.sh +++ b/install.sh @@ -152,11 +152,11 @@ if [ "$DO_INSTALL" = true ]; then # core utilities git unzip jq fzf tree direnv make # modern cli replacements - lf fd ripgrep bat + lf fd ripgrep bat delta # shell & terminal fish-shell alacritty # build & dev tools - base-devel valgrind universal-ctags tree-sitter-cli go + base-devel valgrind tree-sitter-cli go # system pfetch fuse # window manager & desktop @@ -197,3 +197,4 @@ fi # xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false' # xfconf-query -c xfce4-session -np '/shutdown/ShowHybridSleep' -t 'bool' -s 'false' # xfconf-query -c xfce4-session -np '/shutdown/ShowSwitchUser' -t 'bool' -s 'false' +# xfconf-query -c xfwm4 -p /general/placement_ratio -s 100