My settings for fish, tmux, neovim, etc.
- Run
install-ansible.shto make sure ansible is available. - On Linux, enable passwordless sudo:
sudo visudo- Comment the
%wheel ALL=(ALL) ALLline. - Uncomment the
%wheel ALL=(ALL) NOPASSWD: ALLline. - Reboot
systemctl rebootor from Windows,wsl --shutdown - Run the playbook
ansible-playbook -K main.yml