Lots of updates :)

This commit is contained in:
Gene Liverman 2017-06-04 23:56:56 -07:00
parent cfa3aa1681
commit 14680c582c
10 changed files with 55 additions and 41 deletions

View file

@ -72,5 +72,6 @@ when 'link'
when 'install'
if @prompt.yes?('Are you sure you want to install your base packages?')
cmd.run('bundle exec rake dots:run_puppet')
cmd.run('bundle exec rake dots:vim_plugins')
end
end