diff options
Diffstat (limited to 'distro')
| -rwxr-xr-x | distro/netbsd.sh | 13 |
1 files changed, 7 insertions, 6 deletions
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" |
