Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 899 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 899 Bytes

Oh My VIM is a delightful VIM framework for managing you VIM configuration. Based on Vundle.Vim.

Getting Started

Prerequisites

Disclaimer: Oh My VIM works best on macOS and Linux.

  • Unix-like operating system (macOS or Linux)
  • VIM should be installed (v7.4 or more recent)
  • curl or wget should be installed
  • git should be installed

Oh My VIM Installation

Oh My VIM is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl or wget.

via curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/yanxuan-lc/oh-my-vim/master/tools/install.sh)"

via wget

sh -c "$(wget https://raw.githubusercontent.com/yanxuan-lc/oh-my-vim/master/tools/install.sh -O -)"

License

Oh My VIM is released under the Apache License 2.0.