Configurations for everyday use
Clone the repository with submodules and run the install script to symlink
all dotfiles to your $HOME directory:
git clone --recurse-submodules https://github.com/asattelmaier/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shIf you cloned the repository without the --recurse-submodules flag,
initialize the submodules manually:
git submodule init
git submodule update