This repository has been archived on 2024-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
setup/setup.yml

30 lines
591 B
YAML

- name: Setup system
hosts: self
roles:
- role: system
tags: [system]
- role: i3
tags: [i3]
- role: bash
tags: [bash]
- role: alacritty
tags: [alacritty]
- role: neovim
tags: [neovim]
- role: keepassxc
tags: [keepassxc]
- role: wireguard
tags: [wireguard]
- role: asdf
tags: [asdf]
- role: signal
tags: [signal]
- role: virtualbox
tags: [virtualbox]
- role: vscodium
tags: [vscodium]
- role: nicotine
tags: [nicotine]
- role: strawberry
tags: [strawberry]