From 3b6decd8102294dfaac453f343d1bd9c5032c851 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Thu, 26 Nov 2020 11:49:47 +0100 Subject: [PATCH] added bat, fd, exa to dotfiles --- zsh/rc.zsh | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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