mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
8 lines
241 B
YAML
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 |