mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-20 03:16:05 -07:00
11 lines
269 B
YAML
11 lines
269 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
|
|
- timew
|
|
state: present
|
|
become: true
|