The dotfiles git repo is set up following this guide https://martijnvos.dev/using-a-bare-git-repository-to-store-linux-dotfiles/
I did some changes outside the HOME folder, that I have not tracked here. I'Il mention the ones I am likely to redo below.
Add this line to /etc/inputrc
set bell-style none
After login the keyboard layout is set by gxkb, but before login the layout is set following the manjaro wikis guide for changing your keyboard layout permanently.
Contents of: /etc/X11/xorg.conf.d/00-keyboard.conf
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us,no"
Option "XkbModel" "pc105"
Option "XkbVariant" "colemak,"
Option "XkbOption" "grp:ctrl_alt_toggle,ctrl:nocaps"
EndSection