From 051001151d734b192e9a6dbac55d00224c61882f Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 21 Jan 2018 19:04:20 -0500 Subject: [PATCH] Add another homebrew package --- osx/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/osx/install.sh b/osx/install.sh index 9309078..17ead5b 100755 --- a/osx/install.sh +++ b/osx/install.sh @@ -42,6 +42,7 @@ brew_packages=( 'pkg-config' 'vim' 'the_silver_searcher' + 'selecta' # 'rust' # 'go' 'sdl')