Skip to content

Instantly share code, notes, and snippets.

@netsmertia
Created August 17, 2014 18:21
Show Gist options
  • Save netsmertia/5fb9efcc33b7a5f891dc to your computer and use it in GitHub Desktop.
Save netsmertia/5fb9efcc33b7a5f891dc to your computer and use it in GitHub Desktop.
VimSetupREADS
<h2 id="development-installs">Development Installs</h2>
<ol>
<li><p>install <strong>xcode-developer tools</strong></p></li>
<li><p>install <strong>homebrew</strong></p>
<blockquote>
<p><code>ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"</code></p>
</blockquote></li>
<li><p>install <strong>vim</strong></p>
<blockquote>
<p><code>brew install vim --override-system-vim --with-lua</code></p>
</blockquote>
<p>may be you need to make add <code>alias "vim=/usr/local/Cellar/vim/7.4.335/bin/vim"</code> in your <code>~/.bash_profile</code></p></li>
</ol>
<blockquote>
<p>Written with <a href="https://stackedit.io/">StackEdit</a>.</p>
</blockquote>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment