mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
11 lines
155 B
YAML
11 lines
155 B
YAML
![]() |
- name: Install vifm
|
||
|
dnf:
|
||
|
name: vifm
|
||
|
state: present
|
||
|
become: true
|
||
|
|
||
|
- name: Install stow
|
||
|
dnf:
|
||
|
name: stow
|
||
|
state: present
|
||
|
become: true
|