diff --git a/Rakefile b/Rakefile index ec919fc..fb8e6e3 100644 --- a/Rakefile +++ b/Rakefile @@ -48,6 +48,7 @@ task install: %i[submodule_init submodules] do Rake::Task['link_files'].execute Rake::Task['install_tools'].execute Rake::Task['install_prezto'].execute + Rake::Task['install_spacevim'].execute install_fonts diff --git a/ruby/gemrc b/ruby/gemrc index d5c2f1d..e025c23 100644 --- a/ruby/gemrc +++ b/ruby/gemrc @@ -3,7 +3,6 @@ :bulk_threshold: 1000 :sources: - https://gems.ruby-china.com -- https://rubygems.org/ :update_sources: true :verbose: true :concurrent_downloads: 8