An automated set up for Debian-based operating systems.
# Step 1. Install ansible.
pip install ansible argcomplete
# Step 2. Clean all files (if existing).
rm -rf ~/.zshrc ~/.zshenv ~/.nvm ~/.gvm ~/.pyenv
# Step 3. Execute the playbook.
ansible-playbook ansible/playbook --ask-become-pass --user=urmzd
# Step 4. Restart shell
exec $SHELL -l