Dotfiles are kept in a separate repository in ~/src/dot/
.
You need Ansible and Git to install this configuration.
Instalation is done by softlinking files in this repo to your $HOME. It is done in tasks/link-configuration.yml file.
sudo apt install ansible git
mkdir -p ~/src
cd ~/src/
git clone <this_repo>
cd dot/
ansible-playbook tasks/main.yml
To perform full installation use tasks/main.yml.