Checkpoint / the simplest test looks to be working now (~/.vimrc)
authorJude N <juden@pwan.org>
Mon, 19 Nov 2018 03:47:16 +0000 (22:47 -0500)
committerJude N <juden@pwan.org>
Mon, 19 Nov 2018 03:47:16 +0000 (22:47 -0500)
commite83a68ac49cf7bf169e58b5706605b072b4966a3
treed44e7737245b59cea783f55a44e98ed7ccf33e24
parentfa35bc36a5430811c454bc6f93aca0f6bdf20348
Checkpoint / the simplest test looks to be working now (~/.vimrc)
24 files changed:
.gitignore
Makefile [new file with mode: 0644]
README.md
TODO.md [new file with mode: 0644]
Vagrantfile [new symlink]
copy_my_conf.gemspec [deleted file]
example/Vagrantfile
example/dotfiles [new file with mode: 0644]
lib/config.rb [new file with mode: 0644]
lib/copy_my_conf.rb [deleted file]
lib/copy_my_conf/config.rb [deleted file]
lib/copy_my_conf/git.rb [deleted file]
lib/copy_my_conf/provisioner.rb [deleted file]
lib/copy_my_conf/ssh.rb [deleted file]
lib/copy_my_conf/vim.rb [deleted file]
lib/provisioner.rb [new file with mode: 0644]
lib/vagrant-dotfiles.rb [new file with mode: 0644]
spec/copy_my_conf/config_spec.rb [deleted file]
spec/copy_my_conf/vim_spec.rb [deleted file]
spec/copy_my_conf_spec.rb [deleted file]
spec/spec_helper.rb
spec/vagrant-dotfiles.rb [new file with mode: 0644]
spec/vagrant-dotfiles/config_spec.rb [new file with mode: 0644]
vagrant-dotfiles.gemspec [new file with mode: 0644]