Testing out fish instead of zshell.
This commit is contained in:
parent
ce9a184552
commit
2df121a6af
2 changed files with 16 additions and 1 deletions
15
salty/base/fish/init.sls
Normal file
15
salty/base/fish/init.sls
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
fish:
|
||||||
|
pkg.installed:
|
||||||
|
- name: fish
|
||||||
|
|
||||||
|
oh-my-fish:
|
||||||
|
git.latest:
|
||||||
|
- name: https://github.com/oh-my-fish/oh-my-fish
|
||||||
|
- target: {{ grains.homedir }}/oh-my-fish
|
||||||
|
- user: {{ grains.user }}
|
||||||
|
|
||||||
|
install-oh-my-fish:
|
||||||
|
cmd.run:
|
||||||
|
- name: bin/install --offline
|
||||||
|
- cwd: {{ grains.homedir }}/oh-my-fish
|
||||||
|
- unless: test -d "$OMF_PATH"
|
|
@ -2,4 +2,4 @@ base:
|
||||||
'*':
|
'*':
|
||||||
- git
|
- git
|
||||||
- spacemacs
|
- spacemacs
|
||||||
- zsh
|
- fish
|
||||||
|
|
Loading…
Reference in a new issue