Small alias, updated install for delta.

This commit is contained in:
2026-06-19 12:14:41 +02:00
parent affdb7fb9b
commit ccf9327a9b
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -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