Skip to content

reobin/vcspg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

V.C.S.P.G.

The vim color scheme preview generator

Requirements

Get started

Note: this is still a prototype in VERY early stages

First, clone and cd into the root of the repository.

Then, build the docker image

docker build -t vcspg .

Once built, run the image like an executable by giving it 2 parameters.

docker run vcspg <github_owner_name> <github_name>

Example:

docker run vcspg morhetz gruvbox

There is a third optional parameter which is the name of the color scheme needed for the vim configuration.

Example:

docker run vcspg NLKNguyen papercolor-theme PaperColor

This would add the line colorscheme PaperColor to the .vimrc. By default, the second parameter is used.