Skip to content

Commit 12093ad

Browse files
committed
fix: install used zsh plugin
1 parent 4c905d5 commit 12093ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_once_before_install-packages-darwin.sh.tmpl

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ echo 'Installing zsh plugins'
4949
echo '------------'
5050
ZSH_CUSTOM="$HOME/.oh-my-zsh/custom"
5151
mkdir -p "$ZSH_CUSTOM/plugins"
52+
git clone https://github.com/jessarcher/zsh-artisan.git ~/.oh-my-zsh/custom/plugins/artisan
5253

5354
echo 'Finalize fzf install'
5455
echo '------------'

0 commit comments

Comments
 (0)