]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/zsh/gentoo.sls
Source ~/.shell_aliases from zshrc
[max/saltfiles.git] / states / zsh / gentoo.sls
1 install zsh:
2   pkg.installed:
3     - pkgs: 
4       - app-shells/zsh
5       - app-shells/zsh-completions
6       - app-shells/gentoo-zsh-completions
7
8 ensure git-prompt exists:
9   file.symlink:
10     - name: {{ grains['homedir'] }}/.git-prompt.sh
11     - target: /usr/share/git/git-prompt.sh
12     - user: {{ grains['user'] }}
13     - group: {{ grains['user'] }}
14     - mode: 444