Install packages we need for setting everything up.
sudo apt install git ansible
Create an ssh key pair.
ssh-keygen
Now add the key in ~/.ssh/id_rsa.pub
to github.
Clone this config repo.
git clone [email protected]:jonbinney/jdb-config config
And finally run the ansible playbook to set everything up.
cd config/ansible
ansible-playbook -K -i "localhost," -c local config.yml
Remap 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".