summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-27 11:57:37 -0400
committerJune McEnroe <programble@gmail.com>2017-09-27 11:57:37 -0400
commite1ecb824a4bdac37650a44bc99905750b9c724af (patch)
treebb8e60456e8bdb80164163b5a7a9d696659865e4 /install.sh
parentCombine pbcopy and pbpaste rules (diff)
downloadsrc-e1ecb824a4bdac37650a44bc99905750b9c724af.tar.gz
src-e1ecb824a4bdac37650a44bc99905750b9c724af.zip
Remove git from common packages
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 2e159f5a..09ee21f7 100755
--- a/install.sh
+++ b/install.sh
@@ -1,14 +1,14 @@
 #!/bin/sh
 set -eu
 
-common='gdb git gnupg htop sl the_silver_searcher tree'
+common='gdb gnupg htop sl the_silver_searcher tree'
 
 homebrew=https://raw.githubusercontent.com/Homebrew/install/master/install
 macos() {
     xcode-select --install || true
     [ ! -f /usr/local/bin/brew ] && ruby -e "`curl -fsSL $homebrew`"
     brew install $common
-    brew install ddate neovim/neovim/neovim openssh
+    brew install ddate git neovim/neovim/neovim openssh
 }
 
 freebsd() {