Install packages we need for setting everything up.
sudo apt install git ansibleCreate an ssh key pair.
ssh-keygenNow add the key in ~/.ssh/id_rsa.pub to github.
Clone this config repo.
git clone git@github.com:jonbinney/jdb-config configAnd finally run the ansible playbook to set everything up.
cd config/ansible
ansible-playbook -K -i "localhost," -c local config.ymlRemap CapsLock key to be a second control: run gnome-tweaks (installed by ansible playbook
already), go to Keyboard & Mouse->Additional Layout Options -> Caps Lock behavior. Select "Make
Caps Lock an additional Esc".