Scripts for computer setup and task automation.
I currently use Xubuntu as my main OS. To finish setting up a fresh installation:
sudo apt install -y ansible git
- Install SSH and GPG keys
git clone git@github.com:gondek/scripts-dotfiles.git
- Run
ansible-playbook setup.yml -i "localhost," --ask-become-pass