diff options
-rw-r--r-- | .config/shell/aliasrc | 2 | ||||
-rw-r--r-- | .config/shell/profile | 12 | ||||
-rw-r--r-- | dependencies.txt | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index f875a05..3da1d51 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -11,7 +11,7 @@ for command in mount umount dinitctl pacman updatedb su shutdown poweroff reboot done; unset command se() { - choice="$(fd . --base-directory=$HOME/.local/bin -t f --min-depth=1 | fzf)" + choice="$(fd . --base-directory=$HOME/.local/bin -t f --min-depth=1 | sk)" [ -f "$HOME/.local/bin/$choice" ] && $EDITOR "$HOME/.local/bin/$choice" } diff --git a/.config/shell/profile b/.config/shell/profile index 6234bba..44f3bc4 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -78,15 +78,11 @@ export __GLX_VENDOR_LIBRARY_NAME=nvidia export MOZ_DISABLE_RDD_SANDBOX=1 # For HW in Firefox on nvidia gpu export ELECTRON_OZONE_PLATFORM_HINT=auto # Electron fix export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 # Disables decorations for QT applications -export FZF_DEFAULT_OPTS=\ -"--layout=reverse --height 40% \ ---color=fg:#e5e9f0,bg:-1,hl:#81a1c1 \ ---color=fg+:#e5e9f0,bg+:#3b4252,hl+:#81a1c1 \ ---color=info:#eacb8a,prompt:#bf6069,pointer:#b48dac \ ---color=marker:#a3be8b,spinner:#b48dac,header:#a3be8b" -export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS" +export SKIM_DEFAULT_OPTIONS="$SKIM_DEFAULT_OPTIONS \ +--color=fg:#cdd6f4,bg:#1e1e2e,matched:#313244,matched_bg:#f2cdcd,current:#cdd6f4,current_bg:#45475a,current_match:#1e1e2e,current_match_bg:#f5e0dc,spinner:#a6e3a1,info:#cba6f7,prompt:#89b4fa,cursor:#f38ba8,selected:#eba0ac,header:#94e2d5,border:#6c7086" +# export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS" export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676" -export BAT_THEME="gruvbox-dark" +export BAT_THEME="Dracula" [ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && setsid -f shortcuts >/dev/null 2>&1 diff --git a/dependencies.txt b/dependencies.txt index 06d12c0..634e88e 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -18,7 +18,7 @@ lynx # SHELL & YAZI # jq -fzf +skim zsh zsh-completions zsh-autosuggestions |