diff .chezmoiscripts/run_onchange_after_15-install-ubuntu-packages.sh.tmpl @ 825:6c169d906c7d

feat: enable highlighting for chezmoi .tmpl files
author zegervdv <zegervdv@me.com>
date Thu, 21 Dec 2023 11:47:51 +0100
parents 2e86aa5360eb
children e4d67607d020
line wrap: on
line diff
--- a/.chezmoiscripts/run_onchange_after_15-install-ubuntu-packages.sh.tmpl	Thu Dec 21 11:47:20 2023 +0100
+++ b/.chezmoiscripts/run_onchange_after_15-install-ubuntu-packages.sh.tmpl	Thu Dec 21 11:47:51 2023 +0100
@@ -2,27 +2,27 @@
 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
 
 {{ $packages := list
-	"build-essential"
-	"libsqlite3-dev"
-	"libreadline-dev"
-    "libbz2-dev"
-    "libncurses-dev"
-    "zlib1g-dev"
-    "libffi-dev"
-    "libssl-dev"
-    "software-properties-common"
-	"fzf"
-    "fd-find"
-    "ripgrep"
-	"jq"
-	"pass"
-	"apt-file"
-	"fonts-firacode"
-	"kitty"
-	"yodl"
-	"libevent-core-2.1-7"
-	"libevent-dev"
-	"pipx" -}}
+  "build-essential"
+  "libsqlite3-dev"
+  "libreadline-dev"
+  "libbz2-dev"
+  "libncurses-dev"
+  "zlib1g-dev"
+  "libffi-dev"
+  "libssl-dev"
+  "software-properties-common"
+  "fzf"
+  "fd-find"
+  "ripgrep"
+ 	"jq"
+ 	"pass"
+ 	"apt-file"
+ 	"fonts-firacode"
+ 	"kitty"
+ 	"yodl"
+ 	"libevent-core-2.1-7"
+ 	"libevent-dev"
+ 	"pipx" -}}
 
 {{ $ppa := list
 	"ppa:maveonair/helix-editor"