From 57747c4b268916459cbcbc969de03bbb21070230 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 22 Jun 2018 14:46:06 +0100 Subject: [PATCH] Add yarn to default homebrew packages --- bin/bootstrap-homebrew | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bootstrap-homebrew b/bin/bootstrap-homebrew index de35052..fa04877 100755 --- a/bin/bootstrap-homebrew +++ b/bin/bootstrap-homebrew @@ -53,6 +53,7 @@ CORE_PKGS=( watch wget yank + yarn zsh )