Merge branch 'master' of github.com:hophacker/dotfiles

* 'master' of github.com:hophacker/dotfiles:
  link_files
This commit is contained in:
Jie Feng 2017-04-13 14:36:26 +08:00
commit d6e3b79491

View File

@ -4,6 +4,17 @@ require File.join(File.dirname(__FILE__), 'bin', 'yadr', 'vundle')
# 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."
task :install => [:submodule_init, :submodules] do
puts