From 6ef1c91de934c0135323119b0e8e699f32a24f06 Mon Sep 17 00:00:00 2001 From: Michael Skrynski Date: Mon, 20 Feb 2017 11:03:35 +0100 Subject: [PATCH] install newest version of vim and replace system vi --- make_my_dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_my_dotfiles.sh b/make_my_dotfiles.sh index 9d74d4e..1806988 100755 --- a/make_my_dotfiles.sh +++ b/make_my_dotfiles.sh @@ -3,7 +3,7 @@ # some variables _zsh_file="/usr/local/bin/zsh" _homebrew=`which brew` -_to_install="imagemagick mongodb postgresql rbenv redis ruby-build tmux unrar yasm youtube-dl zsh elixir git" +_to_install="imagemagick mongodb postgresql rbenv redis ruby-build tmux unrar yasm youtube-dl zsh elixir git vim --with-override-system-vi" # Generate symlinks for files for i in gemrc gitconfig gitignore gvimrc irbrc mongorc.js NERDTreeBookmarks rspec screenrc tmux.conf vimrc zshrc