Add zsh, fish, nmap, curl, git, reptyr, sqlite to onchange installer script

With some notes about potential library development dependencies
This commit is contained in:
2024-10-26 23:12:24 -05:00
parent aa1e53104c
commit 03367f3297

View File

@@ -1,6 +1,8 @@
{{ if eq .chezmoi.os "linux" -}} {{ if eq .chezmoi.os "linux" -}}
#!/bin/sh #!/bin/sh
sudo apt install micro iperf3 ripgrep unzip p7zip-full # libpq-dev libssh-dev libsqlite3-dev
echo "chezmoi: Installing packages"
sudo apt install micro iperf3 ripgrep unzip p7zip-full zsh fish nmap curl git reptyr sqlite
{{- else if eq .chezmoi.os "darwin" -}} {{- else if eq .chezmoi.os "darwin" -}}
#!/bin/sh #!/bin/sh
brew install ripgrep brew install ripgrep