Go to file
Ariejan de Vroom 2ed84db09a
Some checks failed
Lint / Lint (3.10) (push) Failing after 11s
Lint / Lint (3.11) (push) Failing after 18s
Finale macos tweaks
2024-06-10 12:51:45 +02:00
.gitea/workflows Fix linting stuff 2024-06-07 09:04:58 +02:00
group_vars Update package handling for macos 2024-06-10 12:37:20 +02:00
roles Finale macos tweaks 2024-06-10 12:51:45 +02:00
scripts Setup macos setup 2024-06-10 11:17:10 +02:00
.ansible-lint Fix linting stuff 2024-06-07 09:04:58 +02:00
.gitignore Fix linting stuff 2024-06-07 09:04:58 +02:00
.yamllint.yml Fix linting stuff 2024-06-07 09:04:58 +02:00
ansible.cfg
hosts
macos.yml Add tweaks 2024-06-10 12:42:10 +02:00
main.yml Run gnome tweaks last 2024-06-07 10:54:44 +02:00
README.md
requirements.txt
requirements.yml Fix linting stuff 2024-06-07 09:04:58 +02:00

Arch Install

Installs my Arch Linux.

  • Clone this repo to your Arch install (after arch-chroot)
  • ansible-galaxy install -r requirements.yml
  • ansible-playbook main.yml --ask-become-pass

Development

git pull && ansible-playbook main.yml -e "ansible_become_password=XXXXX"