rj1
log | files | refs
commit d759efd70b7520ad59ae518aa6ad6102b92a5f5e
parent 828262c7c4c1878e188c49ddaa8e99fc8d038ad1
author: rj1 <[email protected]>
date:   Mon, 20 May 2024 21:27:12 -0600

zsh: auto setup for zsh-artisan

Diffstat:
M.config/zsh/.zshrc | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc @@ -45,5 +45,10 @@ fpath+=$XDG_CONFIG_HOME/zsh/pure autoload -U promptinit; promptinit prompt pure -source ~/.config/zsh/zsh-artisan/artisan.plugin.zsh +if [ ! -d ~/.config/zsh/zsh-artisan ]; then + git clone https://github.com/jessarcher/zsh-artisan ~/.config/zsh/zsh-artisan +else + source ~/.config/zsh/zsh-artisan/artisan.plugin.zsh +fi + zinit load "zsh-users/zsh-syntax-highlighting"