Add zsh plugins

This commit is contained in:
Caleb Braaten 2024-09-17 14:25:07 -07:00
parent d65c94d7ea
commit 07ca43212a
2 changed files with 6 additions and 0 deletions

View File

@ -30,3 +30,5 @@ stow
tmux
yamllint
zoxide
zsh-autosuggestions
zsh-syntax-highlighting

View File

@ -41,6 +41,10 @@ eval "$(zoxide init zsh)"
# ---- Homebrew ----
eval "$(/opt/homebrew/bin/brew shellenv)"
# ---- ZSH Plugins ----
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# ---- Auto Enter TMUX ----
if [ -z "$TMUX" ]
then