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
+1
View File
@@ -97,6 +97,7 @@ alias doti='bash ~/.dotfiles/install.sh -i'
alias dotl='bash ~/.dotfiles/install.sh -l' alias dotl='bash ~/.dotfiles/install.sh -l'
alias myip='curl ipinfo.io/ip; echo ""' alias myip='curl ipinfo.io/ip; echo ""'
alias query='xbps-query -Rs' alias query='xbps-query -Rs'
alias commits='git log origin/main..HEAD --oneline'
## Basic project picker using mini sessions and neovim ## Basic project picker using mini sessions and neovim
+3 -2
View File
@@ -152,11 +152,11 @@ if [ "$DO_INSTALL" = true ]; then
# core utilities # core utilities
git unzip jq fzf tree direnv make git unzip jq fzf tree direnv make
# modern cli replacements # modern cli replacements
lf fd ripgrep bat lf fd ripgrep bat delta
# shell & terminal # shell & terminal
fish-shell alacritty fish-shell alacritty
# build & dev tools # build & dev tools
base-devel valgrind universal-ctags tree-sitter-cli go base-devel valgrind tree-sitter-cli go
# system # system
pfetch fuse pfetch fuse
# window manager & desktop # 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/ShowHibernate' -t 'bool' -s 'false'
# xfconf-query -c xfce4-session -np '/shutdown/ShowHybridSleep' -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 xfce4-session -np '/shutdown/ShowSwitchUser' -t 'bool' -s 'false'
# xfconf-query -c xfwm4 -p /general/placement_ratio -s 100