mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2025-12-26 09:18:43 +00:00
23 lines
293 B
YAML
23 lines
293 B
YAML
- name: Install cli tools
|
|
ansible.builtin.dnf5:
|
|
name:
|
|
# shell utils
|
|
- just
|
|
- fish
|
|
- jsonnet
|
|
|
|
# edit utils
|
|
- helix
|
|
- micro
|
|
- tmux
|
|
- tmate
|
|
- ripgrep
|
|
|
|
# git
|
|
- git-delta
|
|
- git
|
|
|
|
- ansible
|
|
|
|
state: latest
|
|
|