mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
huge rework in order to take full advantage of ansible roles
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
- name: Install Fish (shell)
|
||||
become: true
|
||||
pacman:
|
||||
name: fish
|
||||
state: present
|
||||
- name: Setup Fish
|
||||
synchronize:
|
||||
delete: true
|
||||
src: fish
|
||||
dest: /$HOME/.config
|
||||
- name: Setup OMF
|
||||
synchronize:
|
||||
delete: true
|
||||
src: omf
|
||||
dest: /$HOME/.config
|
||||
Reference in New Issue
Block a user