14 lines
451 B
YAML

- name: Install terminal dnf packages
dnf:
name:
- stow # Symlink dots with a GNU
- vifm # File manager with curses interface
- neovim # Vim-fork focused on extensibility and agility
- task # Command-line TODO list manager
- timew # Timewarrior tracks and reports time
- nnn # The missing terminal file browser for X
state: present
become: true
- import_tasks: advcpmv.yml # Patched cp and mv for nnn