1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Away with this whichcraft

This commit is contained in:
Holger Just 2012-10-23 00:35:41 +02:00
parent f85f8682e5
commit ab69814ceb
5 changed files with 1 additions and 19 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule ".vim"]
path = .vim
url = git://github.com/carlhuda/janus.git

View File

@ -1 +0,0 @@
vim_plugin_task "preview", git://github.com/greyblake/vim-preview.git

1
.vim

@ -1 +0,0 @@
Subproject commit 137f4de2325800159e4543257c80cf145cfa1934

View File

@ -1,4 +0,0 @@
" Color schema
color molokai
let NERDTreeShowHidden = 1

View File

@ -32,15 +32,6 @@ namespace :install do
Rake::Task[:texmf_folder].invoke
end
desc "Update the janus bundle"
task :vim => :submodules do
install :vim, *%w(.vim .vimrc.local .janus.rake)
Dir.chdir File.join(File.dirname(__FILE__), ".vim") do
system "rake"
end
end
task :all => [:texmf, :vim]
task :all => [:texmf]
end