From 2c0814cadd9396c9069716e7eb9fe3e648ba37e8 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 2 Nov 2023 19:01:18 -0500 Subject: [PATCH] setup zoxide. --- README.md | 4 +++- zsh/.zshrc | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00d03b9..83ab76c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ setup to use Hack Nerd Font (`ttf-hack-nerd`) for an icon-rich font, needed for you dont need a patched Nerd Font, normal `ttf-cascadia-code` combined with `ttf-nerd-fonts-symbols` will do. Can also change what font is used easily, but always needs the nerd-font symbols. ### Yazi -Will need https://github.com/jstkdng/ueberzugpp installed if using on alacritty, availible in AUR (only needed for image previews) +Will need https://github.com/jstkdng/ueberzugpp installed if using on alacritty, availible in AUR (only needed for image previews). +also has optional dependencies on jq, unarchiver, ffmpegthumbnailer, fd, ripgrep, fzf, poppler, and zoxide. ### Latexmk Uses zathura as a pdf previewer. @@ -87,6 +88,7 @@ For telescope: * nvim ($EDITOR and $VISUAL is set to this) * less * fzf +* zoxide Software used by aliases: * nvim diff --git a/zsh/.zshrc b/zsh/.zshrc index 243354d..92c3025 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -183,3 +183,6 @@ #if it was installed using git, can just source the one file: testPath="$HOME/.fzf.zsh" [ -f "$testPath" ] && source $testPath + +# zoxide stuff + eval "$(zoxide init zsh)"