mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
huge rework in order to take full advantage of ansible roles
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Felix (command-line file manager)
|
||||
become: true
|
||||
pacman:
|
||||
name: felix-rs
|
||||
state: present
|
||||
- name: Felix setup
|
||||
synchronize:
|
||||
src: felix
|
||||
dest: /$HOME/.config
|
||||
Reference in New Issue
Block a user