Changeset View
Changeset View
Standalone View
Standalone View
roles/core/userland-software/base.sls
| Show All 15 Lines | shells: | ||||
| pkg.installed: | pkg.installed: | ||||
| - pkgs: | - pkgs: | ||||
| - bash | - bash | ||||
| - zsh | - zsh | ||||
| {% if grains['kernel'] == 'Linux' %} | {% if grains['kernel'] == 'Linux' %} | ||||
| - tcsh | - tcsh | ||||
| {% endif %} | {% endif %} | ||||
| # Shell utilities | |||||
| {% if grains['os'] == 'FreeBSD' %} | |||||
| - starship | |||||
| {% endif %} | |||||
| {% if grains['kernel'] == 'Linux' and grains['osarch'] == 'x86_64' %} | |||||
| install_starship: | |||||
| cmd.run: | |||||
| - name: snap install starship | |||||
| - creates: /var/lib/snapd/snap/bin/starship | |||||
| {% endif %} | |||||
| /usr/local/share/zsh/site-functions/_pm: | /usr/local/share/zsh/site-functions/_pm: | ||||
| file.managed: | file.managed: | ||||
| # At commit 683d331 - 2017-11-05 | # At commit 683d331 - 2017-11-05 | ||||
| - source: https://raw.githubusercontent.com/Angelmmiguel/pm/master/zsh/_pm | - source: https://raw.githubusercontent.com/Angelmmiguel/pm/master/zsh/_pm | ||||
| - source_hash: deea33968be713cdbd8385d3a72df2dd09c444e42499531893133f009f0ce0ea | - source_hash: deea33968be713cdbd8385d3a72df2dd09c444e42499531893133f009f0ce0ea | ||||
| - makedirs: True | - makedirs: True | ||||
| # ------------------------------------------------------------- | # ------------------------------------------------------------- | ||||
| ▲ Show 20 Lines • Show All 99 Lines • Show Last 20 Lines | |||||
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator