Small tweaks.
This commit is contained in:
@@ -73,7 +73,7 @@ alias df='df -h'
|
|||||||
alias du='du -h'
|
alias du='du -h'
|
||||||
alias free='free -h'
|
alias free='free -h'
|
||||||
alias top='btop'
|
alias top='btop'
|
||||||
alias cat='batcat --paging=never'
|
alias cat='batcat --theme="gruvbox-dark" --paging=never '
|
||||||
|
|
||||||
# Application shortcuts
|
# Application shortcuts
|
||||||
alias vim='nvim'
|
alias vim='nvim'
|
||||||
@@ -93,6 +93,7 @@ alias services-up='docker compose -f /home/jason/Documents/Compose/local-service
|
|||||||
alias services-down='docker compose -f /home/jason/Documents/Compose/local-services/docker-compose.yaml down'
|
alias services-down='docker compose -f /home/jason/Documents/Compose/local-services/docker-compose.yaml down'
|
||||||
alias tc='tmux attach'
|
alias tc='tmux attach'
|
||||||
alias td='tmux detach'
|
alias td='tmux detach'
|
||||||
|
alias db='lazysql'
|
||||||
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# FUNCTIONS
|
# FUNCTIONS
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ skip-levels = 1
|
|||||||
[keys.normal]
|
[keys.normal]
|
||||||
ret = "goto_word"
|
ret = "goto_word"
|
||||||
X = "extend_line_above"
|
X = "extend_line_above"
|
||||||
D = ["goto_line_start", "extend_to_line_end", "yank", "goto_line_start", "kill_to_line_end"]
|
D = ["extend_to_line_end", "yank", "delete_selection"]
|
||||||
Y = ["goto_line_start", "extend_to_line_end_newline", "yank", "goto_line_start"]
|
Y = ["goto_line_start", "extend_to_line_end_newline", "yank", "goto_line_start"]
|
||||||
esc = [ "collapse_selection", "keep_primary_selection" ]
|
esc = [ "collapse_selection", "keep_primary_selection" ]
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -16,8 +16,8 @@ set sortby natural
|
|||||||
set dirfirst true
|
set dirfirst true
|
||||||
|
|
||||||
# ── Preview ──────────────────────────────────────────────────────────────────
|
# ── Preview ──────────────────────────────────────────────────────────────────
|
||||||
set previewer ~/.config/lf/preview
|
set previewer ~/.local/bin/lf-preview
|
||||||
set cleaner ~/.config/lf/cleaner
|
set cleaner ~/.local/bin/lf-cleaner
|
||||||
|
|
||||||
# ── Keybindings ──────────────────────────────────────────────────────────────
|
# ── Keybindings ──────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -161,7 +161,7 @@ fi
|
|||||||
if [ "$DO_INSTALL" = true ]; then
|
if [ "$DO_INSTALL" = true ]; then
|
||||||
REQUIRED_PACKAGES=(
|
REQUIRED_PACKAGES=(
|
||||||
# system essentials
|
# system essentials
|
||||||
wget curl git unzip
|
wget curl git unzip lf jq
|
||||||
fzf fd-find btop direnv ripgrep tree bat
|
fzf fd-find btop direnv ripgrep tree bat
|
||||||
build-essential make bear valgrind fish
|
build-essential make bear valgrind fish
|
||||||
tmux ca-certificates gnupg libfuse2
|
tmux ca-certificates gnupg libfuse2
|
||||||
|
|||||||
Reference in New Issue
Block a user