ansible-playbooks/roles/system/base/tasks/dev_extra.yml
Gabriel Arazas 7581863a4f Modularize tasks into roles
Now, it's becoming similar to my NixOS configuration. Not as declarative
and working out of the box as it requires a server but it's the closest
thing. I'll explore more configurations as I go along.
2022-03-17 17:38:47 +08:00

29 lines
473 B
YAML

---
- name: Install additional development tools
dnf:
state: present
name:
- tealdeer
- bat
- fzf
- exa
- ripgrep
- sqlite
- zoxide
- direnv
- name: Install extra dependencies
dnf:
state: present
name:
- editorconfig
- ImageMagick
- ImageMagick-doc
- ImageMagick-libs
- hyperfine
- libtree-sitter
- recoll
- recoll-gssp
- recoll-kio
- starship