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:
parent
f85f8682e5
commit
ab69814ceb
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule ".vim"]
|
||||
path = .vim
|
||||
url = git://github.com/carlhuda/janus.git
|
||||
@ -1 +0,0 @@
|
||||
vim_plugin_task "preview", git://github.com/greyblake/vim-preview.git
|
||||
1
.vim
1
.vim
@ -1 +0,0 @@
|
||||
Subproject commit 137f4de2325800159e4543257c80cf145cfa1934
|
||||
@ -1,4 +0,0 @@
|
||||
" Color schema
|
||||
color molokai
|
||||
|
||||
let NERDTreeShowHidden = 1
|
||||
11
Rakefile
11
Rakefile
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user