Files
dotfiles/run_onchange_install-packages.sh.tmpl
2024-10-05 17:44:38 -05:00

8 lines
180 B
Bash

{{ 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 -}}