mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
now setting up oh my fish for the root user
This commit is contained in:
@@ -37,14 +37,30 @@
|
|||||||
depth: 1
|
depth: 1
|
||||||
single_branch: true
|
single_branch: true
|
||||||
update: 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:
|
git:
|
||||||
repo: https://github.com/oh-my-fish/theme-agnoster
|
repo: https://github.com/oh-my-fish/theme-agnoster
|
||||||
dest: /$HOME/.local/share/omf/themes/agnoster
|
dest: /$HOME/.local/share/omf/themes/agnoster
|
||||||
depth: 1
|
depth: 1
|
||||||
single_branch: true
|
single_branch: true
|
||||||
update: 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:
|
synchronize:
|
||||||
delete: true
|
delete: true
|
||||||
src: omf
|
src: omf
|
||||||
|
|||||||
Reference in New Issue
Block a user