Common OS Setup
Setup KeepassXC
- Install: https://keepassxc.org/
- Open keepass database
- Configure the usual
Setup Firefox
- Install: https://www.mozilla.org/en-US/firefox/download/thanks/
- Log into account
- Configure the usual
Setup terminal
- Install: https://sw.kovidgoyal.net/kitty/
- Setup Dracula theme: https://draculatheme.com/kitty
-
mkdir ~/.config/kitty cd ~/Downloads && wget https://github.com/dracula/kitty/archive/master.zip cp dracula.conf diff.conf ~/.config/kitty/ echo "include dracula.conf" >> ~/.config/kitty/kitty.conf
-