Small updates for void.

This commit is contained in:
2026-06-12 09:39:46 +02:00
parent b32ab5a8ab
commit f22eb5d964
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ alias ln='ln -i'
alias df='df -h'
alias du='du -h'
alias free='free -h'
alias bat='batcat --theme="gruvbox-dark" --paging=never '
alias bat='bat --theme="ansi" --paging=never'
# Application shortcuts
alias vim='nvim'
+7 -2
View File
@@ -16,8 +16,8 @@ set sortby natural
set dirfirst true
# ── Preview ──────────────────────────────────────────────────────────────────
set previewer ~/.local/bin/lf-preview
set cleaner ~/.local/bin/lf-cleaner
set previewer ~/.local/bin/lfpreview
set cleaner ~/.local/bin/lfcleaner
# ── Keybindings ──────────────────────────────────────────────────────────────
@@ -61,6 +61,11 @@ map <space> toggle
map mf push %touch<space>
map md push %mkdir<space>-p<space>
cmd extract ${{
lfextract "$f"
}}
map z extract
# ── Commands ─────────────────────────────────────────────────────────────────
cmd select-and-quit &{{
+2 -5
View File
@@ -150,11 +150,8 @@ if [ "$DO_INSTALL" = true ]; then
wget curl git unzip lf jq alacritty fzf
fd ripgrep bat direnv base-devel make valgrind tree
ca-certificates gnupg fuse rsync fish-shell
noto-fonts-ttf noto-fonts-emoji
# void specific
xdotool wmctrl kanata tree-sitter-cli gitu
rofi
# lazydocker
noto-fonts-ttf noto-fonts-emoji go xdotool wmctrl
kanata tree-sitter-cli gitu
)
MISSING_PACKAGES=()