Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (29 loc) · 982 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 982 Bytes

Introduction

This is my customizations to janus vim configurations. it depends on the new janus configutaions (at the time of writing the janus commit is 710bab68327f4b18df965338e315d35399f3e44f).

Installation

  • If you want to use the preview plugin (to preview various markup files) you need to install a few gems. Depending on your setup these may need to be installed to your system ruby (not your rvm/rbenv rubies). You may need to prepend sudo to the command below:
    \# gem install RedCloth bluecloth github-markup
    
  • Checkout to your home directory
    \# git clone https://github.com/babysnakes/dot-janus ~/.janus
    \# cd ~/.janus
    \# git submodule update --init
    
  • Install (via rake)
    \# rake
    
  • Install (manually)
    \# ln -s janus.rake ~/.janus.rake
    \# ln -s vimrc.local ~/.vimrc.local
    \# ln -s gvimrc.local ~/.gvimrc.local