added some more plugins from pc at home
This commit is contained in:
parent
d5a9b2900f
commit
c90dd19c23
1 changed files with 7 additions and 4 deletions
11
zsh/rc.zsh
11
zsh/rc.zsh
|
@ -2,6 +2,7 @@
|
|||
[[ -r "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh" ]] && source "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
|
||||
export fpath=($fpath $ZDOTDIR/local/fpath)
|
||||
export SPACEVIMDIR="$HOME/.config/spacevim/"
|
||||
export FZF_MARKS_FILE=$HOME/.config/fzfmarks
|
||||
export STARSHIP_CONFIG=$ZDOTDIR/starship.toml
|
||||
export ZSH_EVALCACHE_DIR="$HOME/.cache/evalcache"
|
||||
|
@ -20,11 +21,13 @@ ZINIT[ZCOMPDUMP_PATH]="$HOME/.cache/zsh/compdump"
|
|||
source $HOME/.config/zinit/bin/zinit.zsh
|
||||
|
||||
# Programs
|
||||
zinit ice as"program" from"gh-r" mv"fd* -> fd" pick"fd/fd"; zinit light sharkdp/fd
|
||||
zinit ice as"program" from"gh-r" mv"bat* -> bat" pick"bat/bat"; zinit light sharkdp/bat
|
||||
zinit ice as"program" from"gh-r" mv"exa* -> exa"; zinit light ogham/exa
|
||||
zinit ice as"program" from"gh-r" mv"ripgrep* -> ripgrep" pick"ripgrep/rg"; zinit light BurntSushi/ripgrep
|
||||
zinit ice as"program" from"gh-r" mv"fd* -> fd" pick"fd/fd"; zinit light "sharkdp/fd"
|
||||
zinit ice as"program" from"gh-r" mv"bat* -> bat" pick"bat/bat"; zinit light "sharkdp/bat"
|
||||
zinit ice as"program" from"gh-r" mv"exa* -> exa"; zinit light "ogham/exa"
|
||||
zinit ice as"program" from"gh-r" mv"ripgrep* -> ripgrep" pick"ripgrep/rg"; zinit light "BurntSushi/ripgrep"
|
||||
zinit ice as"program" from"gh-r" mv"jq-* -> jq"; zinit light "stedolan/jq"
|
||||
zinit ice as"program" from"gh-r"; zinit light "boyter/scc"
|
||||
zinit ice as"program" pick"ansi"; zinit light "fidian/ansi"
|
||||
|
||||
# Completions and Autosuggestions
|
||||
zinit ice lucid blockf atpull'zinit creinstall -q .'; zinit light "zsh-users/zsh-completions"
|
||||
|
|
Loading…
Add table
Reference in a new issue