Skip to content

LukeDRussell/dotfiles

Repository files navigation

dotfiles

My settings for fish, tmux, neovim, etc.

Installation

  1. Run install-ansible.sh to make sure ansible is available.
  2. Add 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
  7. Run the playbook ansible-playbook -K main.yml