summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-07-18 23:29:29 -0400
committerJune McEnroe <programble@gmail.com>2017-07-18 23:29:29 -0400
commitb49823912711f85f905d7db5f7fd54af3d36d6ed (patch)
tree5982ffdae07a0fa30e042272d4dabbada3d8fcf0 /install.sh
parentAdd Terminal.app profile (diff)
downloadsrc-b49823912711f85f905d7db5f7fd54af3d36d6ed.tar.gz
src-b49823912711f85f905d7db5f7fd54af3d36d6ed.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() {