Install zsh-syntax-highlighting

This commit is contained in:
Marley Rae 2024-01-23 09:39:24 -08:00
parent aca5a03cf3
commit 5af95237e1
2 changed files with 3 additions and 0 deletions

View file

@ -42,6 +42,8 @@ unset config_files
# Starship
eval "$(starship init zsh)"
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Herd injected PHP binary.
export PATH="/Users/marley/Library/Application Support/Herd/bin/":$PATH

View file

@ -5,3 +5,4 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \
&& . "../homebrew/brew_utils.sh"
brew_install "Starship Prompt" "starship"
brew_install "Zsh Syntax Highlighting" "zsh-syntax-highlighting"