Small updates for void.
This commit is contained in:
@@ -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
@@ -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
@@ -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=()
|
||||
|
||||
Reference in New Issue
Block a user