mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Lots of updates :)
This commit is contained in:
parent
cfa3aa1681
commit
14680c582c
10 changed files with 55 additions and 41 deletions
6
Rakefile
6
Rakefile
|
|
@ -94,4 +94,10 @@ namespace 'dots' do
|
|||
~/.dotfiles/puppet/production/manifests/site.pp --noop'
|
||||
cmd.run(command)
|
||||
end
|
||||
|
||||
desc 'Install Vundle Plugins'
|
||||
task :vim_plugins do
|
||||
command = 'vim +PluginInstall +qall'
|
||||
cmd.run(command)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue