Testing out fish instead of zshell.

This commit is contained in:
Elijah Lazkani 2017-01-14 18:09:11 -05:00
parent ce9a184552
commit 2df121a6af
2 changed files with 16 additions and 1 deletions

15
salty/base/fish/init.sls Normal file
View 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"

View file

@ -2,4 +2,4 @@ base:
'*':
- git
- spacemacs
- zsh
- fish