rake -T # to see tasks
rake install # to install configs
git submodule foreach git checkout master
git submodule foreach git pull
find /home/vagrant/ -lname '*.dotfiles*' -print0 | xargs -0 rm
Just replace the -lname search which the dotfiles cloned directory