Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F49644316
D4214.id11054.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4214.id11054.diff
View Options
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,9 @@
*.pyc
*.pyo
+# Universal ctags
+tags
+
# Don't ignore those files - instructions for tools like ripgrep
!.arcconfig
!.arclint
diff --git a/roles/devserver/userland-software/dev.sls b/roles/devserver/userland-software/dev.sls
--- a/roles/devserver/userland-software/dev.sls
+++ b/roles/devserver/userland-software/dev.sls
@@ -233,6 +233,27 @@
- neovim
- {{ packages_prefixes.python3 }}pynvim
+ # Utilities used by Vim/Neovim distributions and plugins
+ - bottom
+ - lazygit
+ - universal-ctags
+
+{% if grains["os_family"] == "FreeBSD" %}
+/opt/gdu:
+ archive.extracted:
+ - source: https://github.com/dundee/gdu/releases/download/v5.37.0/gdu_freebsd_amd64.tgz
+ - source_hash: f7fe2dc7b7118016f0cd67710371b69d5bd0acf382951000844995f985155ae8
+ - enforce_toplevel: False
+ - if_missing: /opt/gdu/gdu
+
+/opt/gdu/gdu:
+ file.rename:
+ - source: /opt/gdu/gdu_freebsd_amd64
+{% else %}
+gdu:
+ pkg.installed
+{% endif %}
+
# -------------------------------------------------------------
# Tools like code review utilities
#
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 14, 14:01 (19 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4087789
Default Alt Text
D4214.id11054.diff (1 KB)
Attached To
Mode
D4214: Install AstroNvim dependencies on devserver role
Attached
Detach File
Event Timeline
Log In to Comment