Package install run script

This commit is contained in:
2024-10-05 17:44:38 -05:00
parent a6333752d8
commit aaf0936696
+7
View File
@@ -0,0 +1,7 @@
{{ if eq .chezmoi.os "linux" -}}
#!/bin/sh
sudo apt install micro iperf3 ripgrep unzip p7zip-full
{{- else if eq .chezmoi.os "darwin" -}}
#!/bin/sh
brew install ripgrep
{{ end -}}