add install_spacevim task during install
This commit is contained in:
parent
fef534c1d0
commit
1d800df794
1
Rakefile
1
Rakefile
@ -48,6 +48,7 @@ task install: %i[submodule_init submodules] do
|
|||||||
Rake::Task['link_files'].execute
|
Rake::Task['link_files'].execute
|
||||||
Rake::Task['install_tools'].execute
|
Rake::Task['install_tools'].execute
|
||||||
Rake::Task['install_prezto'].execute
|
Rake::Task['install_prezto'].execute
|
||||||
|
Rake::Task['install_spacevim'].execute
|
||||||
|
|
||||||
install_fonts
|
install_fonts
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
:bulk_threshold: 1000
|
:bulk_threshold: 1000
|
||||||
:sources:
|
:sources:
|
||||||
- https://gems.ruby-china.com
|
- https://gems.ruby-china.com
|
||||||
- https://rubygems.org/
|
|
||||||
:update_sources: true
|
:update_sources: true
|
||||||
:verbose: true
|
:verbose: true
|
||||||
:concurrent_downloads: 8
|
:concurrent_downloads: 8
|
||||||
|
Loading…
Reference in New Issue
Block a user