mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-07 03:14:53 -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" -}}
|
{{ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user