Skip to content

jonbinney/jdb-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jon's config file repo

Installation instructions

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 git@github.com: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".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published