2022-12-21 00:07:52 -08:00

18 lines
456 B
YAML

- name: Install terminal dnf packages
xbps:
name:
- neovim # Vim-fork focused on extensibility and agility
- task # Command-line TODO list manager
- timewarrior # Timewarrior tracks and reports time
- nnn # The missing terminal file browser for X
- vifm
- zsh
- tmux
- nmap
- w3m
state: present
become: true
#- import_tasks: advcpmv.yml # Patched cp and mv for nnn
- import_tasks: nb.yml