Skip to content

Commit

Permalink
fix: install used zsh plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann committed Mar 24, 2024
1 parent 4c905d5 commit 12093ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_once_before_install-packages-darwin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ echo 'Installing zsh plugins'
echo '------------'
ZSH_CUSTOM="$HOME/.oh-my-zsh/custom"
mkdir -p "$ZSH_CUSTOM/plugins"
git clone https://github.com/jessarcher/zsh-artisan.git ~/.oh-my-zsh/custom/plugins/artisan

echo 'Finalize fzf install'
echo '------------'
Expand Down

0 comments on commit 12093ad

Please sign in to comment.