#!/bin/bash cd ${HOME}/dotfiles echo "Installing Dotfiles - Please Wait!" git submodule update --init --recursive lib/dotbot/bin/dotbot -d . -c cfg/dotbot/cfg ${@}