Move all chezmoi files into 'home' directory

This commit is contained in:
2024-10-13 04:23:26 -05:00
parent 9166166371
commit b520d0938f
22 changed files with 2 additions and 1 deletions

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