mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 20:22:14 +02:00
11 lines
184 B
YAML
11 lines
184 B
YAML
---
|
|
- name: Felix (command-line file manager)
|
|
become: true
|
|
pacman:
|
|
name: felix-rs
|
|
state: present
|
|
- name: Felix setup
|
|
synchronize:
|
|
src: felix
|
|
dest: /$HOME/.config
|