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