Collection of dotfiles for linux systems based on ansible-clone
sudo apt update
sudo apt install ansible, git
ansible-galaxy collection install community.general
git clone https://github.com/NicolaSabino/dotfiles $HOME/.dotfiles
pushd $HOME/.dotfiles
ansible-playbook -e @values.yml ubuntu.yml
popd