This commit is contained in:
Christian Nieves
2023-11-21 16:52:51 +00:00
parent 89e6a01ae9
commit 530e236f5d
2 changed files with 27 additions and 21 deletions

View File

@ -22,7 +22,7 @@ zplug "zsh-users/zsh-autosuggestions"
zplug "zsh-users/zsh-history-substring-search"
zplug "modules/prompt", from:prezto
zplug "romkatv/powerlevel10k", as:theme, depth:1
zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq
# zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq
# Install plugins if there are plugins that have not been installed
if ! zplug check --verbose; then