added bat, fd, exa to dotfiles
This commit is contained in:
parent
cd2357c664
commit
3b6decd810
1 changed files with 12 additions and 0 deletions
12
zsh/rc.zsh
12
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue