Skip to content

Commit

Permalink
Oops, forgot to include this file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed May 5, 2012
1 parent 5c02bb8 commit fb8fa78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/vim/manifests/solarized.pp
@@ -0,0 +1,12 @@
# Solarized vim color scheme.

# $title is the name of the user this config should exist for
define vim::solarized ($home="/home/${title}") {

@vcsrepo { "${home}/.vim/bundle/solarized":
ensure => present,
provider => git,
source => "git://github.com/altercation/vim-colors-solarized.git",
tag => "${title}_pathogen";
}
}

0 comments on commit fb8fa78

Please sign in to comment.