Add zsh-autosuggestions

This commit is contained in:
Marley Rae 2024-01-23 12:34:41 -08:00
parent a47125d6a8
commit da83b02ff2
2 changed files with 4 additions and 0 deletions

View file

@ -46,6 +46,9 @@ eval "$(starship init zsh)"
# Zsh Syntax Highlighting
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Zsh Autosuggestions
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
# Herd injected PHP binary.
export PATH="/Users/marley/Library/Application Support/Herd/bin/":$PATH

View file

@ -7,3 +7,4 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \
brew_install "FiraCode Nerd Font" "font-fira-code-nerd-font" "" "homebrew/cask-fonts"
brew_install "Starship Prompt" "starship"
brew_install "Zsh Syntax Highlighting" "zsh-syntax-highlighting"
brew_install "Zsh Autosuggestions" "zsh-autosuggestions"