feat: zsh-autocomplete
This commit is contained in:
@@ -171,7 +171,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git pm2 gh sudo ssh ruby rust python node github rsync nvm rbenv pyenv docker docker-compose qrcode zsh-autosuggestions zsh-syntax-highlighting zsh-interactive-cd zsh-navigation-tools)
|
||||
plugins=(git pm2 gh sudo ssh ruby rust python node github rsync nvm rbenv pyenv docker docker-compose qrcode zsh-autosuggestions zsh-autocomplete zsh-syntax-highlighting zsh-interactive-cd zsh-navigation-tools)
|
||||
|
||||
[[ ! -f $ZSH/oh-my-zsh.sh ]] || source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
||||
@@ -47,6 +47,8 @@ references:
|
||||
into: .oh-my-zsh
|
||||
- url: https://github.com/romkatv/powerlevel10k.git
|
||||
into: .oh-my-zsh/custom/themes/powerlevel10k
|
||||
- url: https://github.com/marlonrichert/zsh-autocomplete.git
|
||||
into: .oh-my-zsh/custom/plugins/zsh-autocomplete
|
||||
- url: https://github.com/zsh-users/zsh-autosuggestions.git
|
||||
into: .oh-my-zsh/custom/plugins/zsh-autosuggestions
|
||||
- url: https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
|
||||
Reference in New Issue
Block a user