This repository contains my "dot files".
Never heard of dot files?
Look https://www.youtube.com/watch?v=r_MpUP6aKiQ for a quick reference.
Trivia
Did you know that dot files were never supposed to be there in the first place? See https://www.youtube.com/watch?v=K_VcmK9PbNU.
To install all of these configuration files on your machine, clone the repository and execute the script inside the folder:
git clone https://github.com/biagio-trimarchi/.dotfiles.git
cd .dotfiles
chmod +x ubuntu_install.sh
./ubuntu_install.sh
Feel free to copy any interesting configurations or the interity of the folder! :)
ACHTUNG Tested only on Ubuntu 22.04 LTS