mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 01:14:48 -06:00
Move all chezmoi files into 'home' directory
This commit is contained in:
7
home/run_onchange_install-packages.sh.tmpl
Normal file
7
home/run_onchange_install-packages.sh.tmpl
Normal 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 -}}
|
||||
Reference in New Issue
Block a user