mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32:13 +02:00
now setting up oh my fish for the root user
This commit is contained in:
@@ -37,14 +37,30 @@
|
||||
depth: 1
|
||||
single_branch: true
|
||||
update: true
|
||||
- name: Clone Agnoster theme
|
||||
- name: Clone Oh My Fish for the root user
|
||||
become: true
|
||||
git:
|
||||
repo: https://github.com/oh-my-fish/oh-my-fish
|
||||
dest: /root/.local/share/omf
|
||||
depth: 1
|
||||
single_branch: true
|
||||
update: true
|
||||
- name: Clone Agnoster theme for the unprivileged user
|
||||
git:
|
||||
repo: https://github.com/oh-my-fish/theme-agnoster
|
||||
dest: /$HOME/.local/share/omf/themes/agnoster
|
||||
depth: 1
|
||||
single_branch: true
|
||||
update: true
|
||||
- name: Setup OMF
|
||||
- name: Clone Agnoster theme for the root user
|
||||
become: true
|
||||
git:
|
||||
repo: https://github.com/oh-my-fish/theme-agnoster
|
||||
dest: /root/.local/share/omf/themes/agnoster
|
||||
depth: 1
|
||||
single_branch: true
|
||||
update: true
|
||||
- name: Setup OMF for the unprivileged user
|
||||
synchronize:
|
||||
delete: true
|
||||
src: omf
|
||||
|
||||
Reference in New Issue
Block a user