From fb3cbc3a89dcdbca59e23af0d1377d9d1b38a979 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 27 Sep 2017 11:57:37 -0400 Subject: Remove git from common packages --- install.sh | 4 ++-- 1 file 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() { -- cgit 1.4.1