Page MenuHomeDevCentral

D4214.id11054.diff
No OneTemporary

D4214.id11054.diff

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

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)

Event Timeline