now setting oh my fish the root user at last

This commit is contained in:
aminnairi
2024-01-05 20:35:23 +01:00
parent d7579a6433
commit 9df464368d
+7 -1
View File
@@ -24,7 +24,13 @@
delete: true delete: true
src: fish src: fish
dest: "/$HOME/.config" dest: "/$HOME/.config"
- name: Clone Oh My Fish - name: Setup Fish for the root user
become: true
synchronize:
delete: true
src: fish
dest: "/root/.config"
- name: Clone Oh My Fish for the unprivileged user
git: git:
repo: https://github.com/oh-my-fish/oh-my-fish repo: https://github.com/oh-my-fish/oh-my-fish
dest: /$HOME/.local/share/omf dest: /$HOME/.local/share/omf