setup zoxide.

This commit is contained in:
Gabe Venberg 2023-11-02 19:01:18 -05:00
parent cd41fdb880
commit 2c0814cadd
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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)"