mirror of https://gitlab.com/dabruh/dotfiles.git
Use ZSH plugins from Homebrew
This commit is contained in:
parent
5754a02099
commit
0adf10cfe9
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -205,7 +205,6 @@ function setup_krew_plugins() {
|
|||
done
|
||||
}
|
||||
|
||||
|
||||
function build_alacritty() {
|
||||
local tmp_dir="/tmp/alacritty"
|
||||
|
||||
|
|
Loading…
Reference in New Issue