# Bootstraping the installation by checking system requirements and cloning the repo
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/aallrd/dotfiles/master/bootstrap)"
# Listing installation options
$ make help
# Performing full installation
$ make
$ git submodule foreach git pull origin master
$ git submodule update .vim/bundle/*