mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 19:12:13 +02:00
7 lines
116 B
YAML
7 lines
116 B
YAML
---
|
|
- name: Install Vifm (file manager for the terminal)
|
|
become: true
|
|
pacman:
|
|
name: vifm
|
|
state: present
|