In order to provision your linux, execute the following command:
Like dotenv
but with ansible.
make all
sudo ansible-playbook main.yml --extra-vars "username=$USER"
sudo apt update; sudo apt install -y make git ansible curl sudo && \
bash <(curl -s https://raw.githubusercontent.com/jrmanes/provision-linux/master/start.sh)
Jose Ramón Mañes