diff options
Diffstat (limited to '')
-rwxr-xr-x | install.sh | 1 |
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() { |