mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
fixed an issue with the git module not installing omf properly
This commit is contained in:
@@ -22,6 +22,10 @@
|
|||||||
- name: Clone Oh My Fish
|
- name: Clone Oh My Fish
|
||||||
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
|
||||||
|
depth: 1
|
||||||
|
single_branch: true
|
||||||
|
update: true
|
||||||
depth: 1
|
depth: 1
|
||||||
single_branch: true
|
single_branch: true
|
||||||
update: true
|
update: true
|
||||||
|
|||||||
Reference in New Issue
Block a user