main.yml 433 B

1234567891011121314
  1. ---
  2. - name: DBus and Avahi packages installed
  3. community.general.pkgng:
  4. name: "git-tiny emacs findutils syncthing ripgrep fd-find stow"
  5. state: latest
  6. - name: Doom config fetched
  7. shell: git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d
  8. - name: Doom config installed
  9. shell: /root/.emacs.d/bin/doom install
  10. - name: Dotfiles cloned
  11. shell: git clone https://code.unbl.ink/secstate/dotfiles .dotfiles