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
|
2022-12-10 17:09:35 -08:00
|
|
|
- nnn # The missing terminal file browser for X
|
2022-12-21 00:07:52 -08:00
|
|
|
- vifm
|
|
|
|
- zsh
|
|
|
|
- tmux
|
|
|
|
- nmap
|
|
|
|
- w3m
|
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
|