summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-07-18 23:29:29 -0400
committerJune McEnroe <june@causal.agency>2017-07-18 23:29:29 -0400
commitae90f4c97d1d982b795ce2fc9769ddd350414393 (patch)
tree6ef3c4fb9ebe7fc29b56ef1da46227144053db64 /install.sh
parentAdd Terminal.app profile (diff)
downloadsrc-ae90f4c97d1d982b795ce2fc9769ddd350414393.tar.gz
src-ae90f4c97d1d982b795ce2fc9769ddd350414393.zip
Remove iTerm
We've been through a lot together.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e13e00be..f933138b 100755
--- a/install.sh
+++ b/install.sh
@@ -9,7 +9,6 @@ macos() {
   [ ! -f /usr/local/bin/brew ] && ruby -e "`curl -fsSL $homebrew`"
   brew install $common
   brew install neovim/neovim/neovim openssh
-  brew cask install iterm2
 }
 
 freebsd() {