21 lines
459 B
YAML
Raw Normal View History

2022-12-10 17:09:35 -08:00
- name: Install terminal dnf packages
2022-12-21 00:07:52 -08:00
xbps:
2022-12-10 17:09:35 -08:00
name:
- neovim # Vim-fork focused on extensibility and agility
- task # Command-line TODO list manager
2022-12-21 00:07:52 -08:00
- timewarrior # Timewarrior tracks and reports time
- vifm
- zsh
- tmux
- nmap
- w3m
2022-12-23 16:07:26 -08:00
- lf
- khal
2022-12-23 16:47:09 -08:00
- khard
2022-12-23 16:07:26 -08:00
- vdirsyncer
2022-12-10 17:09:35 -08:00
state: present
become: true
2022-12-21 00:07:52 -08:00
#- import_tasks: advcpmv.yml # Patched cp and mv for nnn
- import_tasks: nb.yml