diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-02-03 23:28:21 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-02-03 23:28:21 -0500 |
| commit | 324073be33f35012fc84229e61bbf0a30a9e38bd (patch) | |
| tree | 7c27f7775899799c6b863f140a290a7956e62c43 /distro | |
| parent | 022cac6b055bf4d0653b0bfbe723c2c928fb994a (diff) | |
| download | dotfiles-324073be33f35012fc84229e61bbf0a30a9e38bd.tar.gz dotfiles-324073be33f35012fc84229e61bbf0a30a9e38bd.tar.xz | |
Add a few more packages to OpenBSD and NetBSD
Diffstat (limited to 'distro')
| -rwxr-xr-x | distro/netbsd.sh | 1 | ||||
| -rw-r--r-- | distro/openbsd.sh | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/distro/netbsd.sh b/distro/netbsd.sh index e2041b8..8abc573 100755 --- a/distro/netbsd.sh +++ b/distro/netbsd.sh @@ -13,6 +13,7 @@ if [ "$(id -u)" -eq 0 ] ; then neovim \ oksh \ opendoas \ + pv \ ripgrep \ rsync \ sudo \ diff --git a/distro/openbsd.sh b/distro/openbsd.sh index d39b3ec..ba3d7c6 100644 --- a/distro/openbsd.sh +++ b/distro/openbsd.sh @@ -3,6 +3,7 @@ set -ex if [ "$(id -u)" -eq 0 ] ; then + # from: pkg_info -mz cat > /tmp/pkglist <<EOF bash-- curl-- @@ -12,12 +13,15 @@ go-- htop-- iperf3-- jq-- +mosh-- ncdu-- neovim-- +pv-- pwgen-- quirks-- ripgrep-- rsync-- +shellcheck-- wget-- zstd-- EOF |
