env/home.yml
Marc Cataford 2f427676c5
Some checks are pending
/ sast (push) Waiting to run
feat: add rustup + go
2024-09-29 13:46:55 -04:00

9 lines
157 B
YAML

---
- name: Local environment
hosts: localhost
roles:
- system-packages
- dev-toolchain
- shell-tweaks
- editor-tweaks
- tool-config