Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3754700
D2145.id5409.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
673 B
Referenced Files
None
Subscribers
None
D2145.id5409.diff
View Options
diff --git a/roles/core/userland-software/init.sls b/roles/core/userland-software/init.sls
--- a/roles/core/userland-software/init.sls
+++ b/roles/core/userland-software/init.sls
@@ -45,12 +45,21 @@
- pkgs:
- bash
- zsh
+ {% if grains['kernel'] == 'Linux' %}
+ - tcsh
+ {% endif %}
+
+ # Shell utilities
{% if grains['os'] == 'FreeBSD' %}
- starship
- {% else %}
- - tcsh
{% endif %}
+{% if grains['kernel'] == 'Linux' %}
+install_starship:
+ cmd.run:
+ - name: snap install starship
+{% endif %}
+
/usr/local/share/zsh/site-functions/_pm:
file.managed:
# At commit 683d331 - 2017-11-05
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 09:23 (21 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2252312
Default Alt Text
D2145.id5409.diff (673 B)
Attached To
Mode
D2145: Install Starship everywhere
Attached
Detach File
Event Timeline
Log In to Comment