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