From 022cac6b055bf4d0653b0bfbe723c2c928fb994a Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 4 Feb 2024 04:19:10 +0000 Subject: Add mosh and sort packages for NetBSD --- distro/netbsd.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'distro/netbsd.sh') diff --git a/distro/netbsd.sh b/distro/netbsd.sh index 28b46c2..e2041b8 100755 --- a/distro/netbsd.sh +++ b/distro/netbsd.sh @@ -6,15 +6,16 @@ if [ "$(id -u)" -eq 0 ] ; then pkgin install \ ca-certificates \ git \ + go \ + mosh \ mozilla-rootcerts \ neofetch \ neovim \ oksh \ + opendoas \ ripgrep \ rsync \ sudo \ - go \ - opendoas \ tmux \ @@ -31,13 +32,13 @@ if ! [ -r /usr/pkg/etc/doas.conf ] ; then fi doas pkgin install \ + feh \ firefox \ - xfce4 \ + picom \ + pkg-config \ shellcheck \ tigervnc \ - pkg-config \ - picom \ - feh \ + xfce4 \ cd "$HOME" -- cgit v1.2.3