diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c3c38b5..13df061 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -128,13 +128,13 @@ git_prompt_string() { ## Plugins section: Enable fish style features # Use syntax highlighting -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source $HOME/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # Use history substring search -source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh +source $HOME/homebrew/share/zsh-history-substring-search/zsh-history-substring-search.zsh # Use autosuggestion -source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +source $HOME/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20 ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8' diff --git a/.installer/packages b/.installer/packages index 025a31b..3899547 100644 --- a/.installer/packages +++ b/.installer/packages @@ -19,5 +19,6 @@ apt-laptop:brightnessctl pip-any:flashfocus brew-formulas-any:kubectl,helm,shellcheck,velero,azure/kubelogin/kubelogin,derailed/k9s/k9s,fluxcd/tap/flux,weaveworks/tap/gitops +brew-formulas-any:zsh-autosuggestions,zsh-history-substring-search,zsh-syntax-highlighting krew-any:ctx,krew,ns,slice,stern,tree diff --git a/setup_system.sh b/setup_system.sh index f236117..121b358 100755 --- a/setup_system.sh +++ b/setup_system.sh @@ -205,7 +205,6 @@ function setup_krew_plugins() { done } - function build_alacritty() { local tmp_dir="/tmp/alacritty"