Making fish as the default user shell when it gets installed.
This commit is contained in:
parent
5657b173a9
commit
6826e556c5
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ oh-my-fish:
|
|||
- target: {{ grains.homedir }}/oh-my-fish
|
||||
- user: {{ grains.user }}
|
||||
|
||||
{{ grains.user }}:
|
||||
user.present:
|
||||
- shell: /usr/bin/fish
|
||||
|
||||
install-oh-my-fish:
|
||||
cmd.run:
|
||||
- name: bin/install --offline --noninteractive
|
||||
|
|
Loading…
Reference in a new issue