Skip to content

Commit

Permalink
Add yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Teyler Halama committed Oct 3, 2021
1 parent 573f3d7 commit cc7dd20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ InstallPlugins () {
# Iterm2 Integrated Shell Commands
curl -L https://iterm2.com/shell_integration/install_shell_integration.sh | bash

#Install fzf terminal integrations
# Install fzf terminal integrations
/usr/local/opt/fzf/install

# Install yarn globally
sudo npm install --global yarn
}

InstallFinish () {
Expand Down

0 comments on commit cc7dd20

Please sign in to comment.