Installing bira theme for oh my fish..
This commit is contained in:
parent
e77b961b8a
commit
5bde8a27ee
1 changed files with 6 additions and 1 deletions
|
@ -17,4 +17,9 @@ install-oh-my-fish:
|
|||
- name: bin/install --offline --noninteractive
|
||||
- cwd: {{ grains.homedir }}/oh-my-fish
|
||||
- runas: {{ grains.user }}
|
||||
- unless: test -d "$OMF_PATH"
|
||||
- unless: test -d "$OMF_PATH"
|
||||
|
||||
install-bira:
|
||||
cmd.run:
|
||||
- name: omf install bira
|
||||
- runas: {{ grains.user }}
|
Loading…
Reference in a new issue