From 5b7de556ffbd10208f45a4b615affab32e1cfe97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 16 Jun 2026 18:51:23 +0200 Subject: [PATCH] feat: zsh-autocomplete --- .zshrc | 2 +- arty.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f7e03067..cecb4f90 100644 --- a/.zshrc +++ b/.zshrc @@ -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 diff --git a/arty.yml b/arty.yml index e3188ea4..60d3e824 100644 --- a/arty.yml +++ b/arty.yml @@ -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