workstation/arch/roles/toolbox/tasks/main.yml

16 lines
228 B
YAML

- name: Install development tools
become: yes
pacman:
name:
- gcc
- make
- cmake
- autoconf
- which
- git
- w3m
- gnupg
- fakeroot
- ripgrep
state: present