mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 07:14:47 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user