From 03367f3297b1cd779a24ed8ac324f6029def44c8 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 26 Oct 2024 23:12:24 -0500 Subject: [PATCH] Add zsh, fish, nmap, curl, git, reptyr, sqlite to onchange installer script With some notes about potential library development dependencies --- home/run_onchange_install-packages.sh.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/run_onchange_install-packages.sh.tmpl b/home/run_onchange_install-packages.sh.tmpl index d3948a7..ce05259 100644 --- a/home/run_onchange_install-packages.sh.tmpl +++ b/home/run_onchange_install-packages.sh.tmpl @@ -1,6 +1,8 @@ {{ if eq .chezmoi.os "linux" -}} #!/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" -}} #!/bin/sh brew install ripgrep