diff --git a/zsh/rc.zsh b/zsh/rc.zsh index f129575..ba45b0b 100644 --- a/zsh/rc.zsh +++ b/zsh/rc.zsh @@ -15,6 +15,18 @@ source $HOME/.config/zinit/bin/zinit.zsh export STARSHIP_CONFIG=$ZDOTDIR/starship.toml eval "$(starship init zsh)" +# sharkdp/fd +zinit ice as"command" from"gh-r" mv"fd* -> fd" pick"fd/fd" +zinit light sharkdp/fd + +# sharkdp/bat +zinit ice as"command" from"gh-r" mv"bat* -> bat" pick"bat/bat" +zinit light sharkdp/bat + +# ogham/exa, replacement for ls +zinit ice wait"2" lucid from"gh-r" as"program" mv"exa* -> exa" +zinit light ogham/exa + zinit wait lucid light-mode blockf atpull'zinit creinstall -q .' for zsh-users/zsh-completions zinit wait lucid light-mode atload"_zsh_autosuggest_start" for zsh-users/zsh-autosuggestions