aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-09-25 23:52:27 -0400
committerMitch Riedstra <mitch@riedstra.us>2020-09-25 23:52:27 -0400
commit1f48c86a6189eae6203acc6c0bb0ce885e056425 (patch)
treed1ce9652c544fa78849aabe49223b45035fadf90
parent8e888a97377b698081512144553909f3212e7828 (diff)
downloaddotfiles-1f48c86a6189eae6203acc6c0bb0ce885e056425.tar.gz
dotfiles-1f48c86a6189eae6203acc6c0bb0ce885e056425.tar.xz
Add the current package list I have for an openbsd laptop
-rw-r--r--openbsd-pkgs.sh34
1 files changed, 34 insertions, 0 deletions
diff --git a/openbsd-pkgs.sh b/openbsd-pkgs.sh
new file mode 100644
index 0000000..c692f43
--- /dev/null
+++ b/openbsd-pkgs.sh
@@ -0,0 +1,34 @@
+#!/bin/sh
+
+pkg_add -r \
+ git \
+ ansible \
+ vim \
+ firefox \
+ thunderbird \
+ i3 \
+ xfce \
+ i3 \
+ dmenu \
+ password-store \
+ pass-otp \
+ gpa \
+ htop \
+ slock \
+ bash \
+ feh \
+ rsync \
+ go \
+ xfce4-screenshoooter \
+ okular \
+ shellcheck \
+ redshift \
+ postgresql-server \
+ vlc \
+ rtorrent \
+ mktorrent \
+ wget \
+ pwgen \
+ xdotool \
+ runit \
+