mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
now setting oh my fish the root user at last
This commit is contained in:
@@ -24,7 +24,13 @@
|
||||
delete: true
|
||||
src: fish
|
||||
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:
|
||||
repo: https://github.com/oh-my-fish/oh-my-fish
|
||||
dest: /$HOME/.local/share/omf
|
||||
|
||||
Reference in New Issue
Block a user