summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
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() {