mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
12 lines
226 B
YAML
12 lines
226 B
YAML
---
|
|
- name: Install Vifm (file manager for the terminal)
|
|
become: true
|
|
pacman:
|
|
name: vifm
|
|
state: present
|
|
- name: Synchronizes the configuration
|
|
synchronize:
|
|
src: vifm
|
|
dest: /$HOME/.config
|
|
delete: true
|