ansible playbook to setup zsh, oh-my-zsh, powerlevel10k, zsh plugins and some commands
To run on your remote hosts ensure ansible cli is present on you host terminal then replace hosts
in inventory/hosts.yml
with your target hosts and run
ansible-playbook zsh_playbook.yml --ask-become-pass
To run on your local host run
./local_setup.sh