diff --git a/.config/aqua/aqua.yaml b/.config/aqua/aqua.yaml index 6d1ff4e2..3122d2a4 100644 --- a/.config/aqua/aqua.yaml +++ b/.config/aqua/aqua.yaml @@ -28,3 +28,7 @@ packages: - name: kubernetes-sigs/kustomize@kustomize/v5.2.1 - name: neovim/neovim@nightly registry: custom +- name: tree-sitter/tree-sitter@v0.20.8 +- name: BurntSushi/ripgrep@13.0.0 +- name: jesseduffield/lazygit@v0.40.2 +- name: x-motemen/ghq@v1.4.2 diff --git a/.zsh/zinit_wait.zsh b/.zsh/zinit_wait.zsh index dbd9c1f2..bf8d075a 100644 --- a/.zsh/zinit_wait.zsh +++ b/.zsh/zinit_wait.zsh @@ -18,11 +18,6 @@ zinit ice wait pick"init.sh" lucid \ atclone"zinit cclear" atpull"%atclone" zinit light "b4b4r07/enhancd" # }}} -# tree-sitter/tree-sitter {{{ -zinit ice wait lucid as"program" from"gh-r" \ - mv"tree-sitter-* -> tree-sitter" -zinit light tree-sitter/tree-sitter -# }}} # starship/starship {{{ if is_mac; then zinit ice wait lucid as"command" from"gh-r" \ @@ -39,24 +34,11 @@ zinit ice wait lucid as"program" from"gh-r" \ atload="alias ls='exa'" zinit light ogham/exa # }}} -# BurntSushi/ripgrep {{{ -zinit ice wait lucid as"program" from"gh-r" \ - pick"ripgrep-*/rg" -zinit light BurntSushi/ripgrep -# }}} # jonas/tig {{{ zinit ice wait"1" as"program" lucid \ make"install prefix=$ZPFX" pick"$ZPFX/bin/tig" zinit light jonas/tig # }}} -# jesseduffield/lazygit {{{ -zinit ice wait"1" as"program" from:"gh-r" lucid -zinit light jesseduffield/lazygit -# }}} -# x-motemen/ghq {{{ -zinit ice wait as"program" from"gh-r" pick"ghq_*/ghq" lucid -zinit light x-motemen/ghq -# }}} # sharkdp/hyperfine {{{ zinit ice wait"1" as"program" from"gh-r" pick"hyperfine-*/hyperfine" lucid zinit light sharkdp/hyperfine