macos-setup
  • MacOS Setup Guidance
  • Homebrew
    • Using Homebrew
    • cask
  • Terminal
    • iterm2
    • Terminal Hot keys
    • Zsh
    • Fish
    • tree
  • Git
    • Git Ignore (global)
  • Vagrant
  • Sublime TXT
    • Subl plugins
  • VIM
    • Hot keys
  • Python
    • pip
    • IPython
    • Virtualenv
  • Xcode
  • Evernote
Powered by GitBook
On this page
  • Installation
  • The Ultimate vimrc
  • Maximum Awesome

Was this helpful?

VIM

PreviousSubl pluginsNextHot keys

Last updated 5 years ago

Was this helpful?

is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple macOS.

Installation

To install the latest version, use homebrew:

brew install vim

The Ultimate vimrc

it's a collection of vimrc configurations to make easy the usage of vim.

To download the The Ultimate vimrc, you need to install the git client. If you need install it, use home brew:

brew install git

Now, download the vimrc files:

git clone https://github.com/amix/vimrc.git ~/.vim_runtime

To install the complete version, run:

sh ~/.vim_runtime/install_awesome_vimrc.sh

To install the basic version, run:

sh ~/.vim_runtime/install_basic_vimrc.sh

Update

To update the vimrc scripts, run:

cd ~/.vim_runtime && git pull --rebase && cd -

Maximum Awesome

Installation

To install it, just make a clone of the repository with the git client:

git clone https://github.com/square/maximum-awesome.git

Then install it:

cd maximum-awesome
rake

NOTE: the rake command will install all dependencies needed.

it's a collection of vim configuration and plugins, like a configuration manager for the vim environment.

Vim
The Ultimate vimrc
Maximum Awesome