aboutsummaryrefslogtreecommitdiff
path: root/distro/openbsd.sh
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-02-03 23:28:21 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-02-03 23:28:21 -0500
commit324073be33f35012fc84229e61bbf0a30a9e38bd (patch)
tree7c27f7775899799c6b863f140a290a7956e62c43 /distro/openbsd.sh
parent022cac6b055bf4d0653b0bfbe723c2c928fb994a (diff)
downloaddotfiles-324073be33f35012fc84229e61bbf0a30a9e38bd.tar.gz
dotfiles-324073be33f35012fc84229e61bbf0a30a9e38bd.tar.xz
Add a few more packages to OpenBSD and NetBSD
Diffstat (limited to 'distro/openbsd.sh')
-rw-r--r--distro/openbsd.sh4
1 files changed, 4 insertions, 0 deletions
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