Sha256: b13f7234338eb3695c4defd2788213132f9ccc89f14742fb4c7473d161819247

Contents?: true

Size: 1.01 KB

Versions: 10

Compression:

Stored size: 1.01 KB

Contents

## Required softwares

* [Git](http://git-scm.com/) 1.7.9 or later
* [Ruby](http://www.ruby-lang.org/) 1.9.2 or later
  * Recommendation: Use [RVM](http://beginrescueend.com/) or other tools
    for ease of installation across different envinronments.
* [Vim](http://www.vim.org/) 7.3 or later
  * Note that Vim should be compiled as normal, big or huge version
    to use most of plugins.




## Supported platforms

* Unix-like environments such as Linux, Mac OS X, etc.
* Though Microsoft Windows is not directly supported,
  it is possible to manage Vim plugins via Cygwin or other environments.




## Installation steps

    gem install vim-flavor

    cd $YOUR_REPOSITORY_FOR_DOTFILES

    # Add the following line into the first line of your vimrc:
    #
    #   runtime flavors/bootstrap.vim
    vim vimrc

    touch VimFlavor VimFlavor.lock

    git add VimFlavor VimFlavor.lock vimrc
    git commit -m 'Use vim-flavor to manage my favorite Vim plugins'




<!-- vim: set expandtab shiftwidth=4 softtabstop=4 textwidth=78 : -->

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
vim-flavor-1.1.5 features/install_vim_flavor.md
vim-flavor-1.1.4 features/install_vim_flavor.md
vim-flavor-1.1.3 features/install_vim_flavor.md
vim-flavor-1.1.2 features/install_vim_flavor.md
vim-flavor-1.1.1 features/install_vim_flavor.md
vim-flavor-1.1.0 features/install_vim_flavor.md
vim-flavor-1.0.3 features/install_vim_flavor.md
vim-flavor-1.0.2 features/install_vim_flavor.md
vim-flavor-1.0.1 features/install_vim_flavor.md
vim-flavor-1.0.0 features/install_vim_flavor.md