8 lines
241 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
state: present
become: true