Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 433 Bytes

dotfiles

My settings for fish, tmux, neovim, etc.

Installation

  1. Run install-ansible.sh to make sure ansible is available.
  2. On Linux, enable passwordless sudo:
  3. sudo visudo
  4. Comment the %wheel ALL=(ALL) ALL line.
  5. Uncomment the %wheel ALL=(ALL) NOPASSWD: ALL line.
  6. Reboot systemctl reboot or from Windows, wsl --shutdown
  7. Run the playbook ansible-playbook -K main.yml