link_files

This commit is contained in:
Jie Feng 2017-04-13 12:38:48 +08:00
parent f62bd7be42
commit 6dcf3632a8

View File

@ -4,6 +4,17 @@ require File.join(File.dirname(__FILE__), 'bin', 'yadr', 'vundle')
# TODO install for vim_instant_markdown # TODO install for vim_instant_markdown
task :link_files do
install_files(Dir.glob('git/*'))
install_files(Dir.glob('irb/*'))
install_files(Dir.glob('ruby/*'))
install_files(Dir.glob('ctags/*'))
install_files(Dir.glob('tmux/*'))
install_files(Dir.glob('vimify/*'))
install_files(Dir.glob('{vim,vimrc}'))
Rake::Task["install_prezto"].execute
end
desc "Hook our dotfiles into system-standard positions." desc "Hook our dotfiles into system-standard positions."
task :install => [:submodule_init, :submodules] do task :install => [:submodule_init, :submodules] do
puts puts