mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
now setting oh my fish the root user at last
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user