From 351889903f2124fd54d6b5f63853c1634fda998b Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 3 Feb 2024 13:44:10 +0000 Subject: Set en_US.UTF-8 on NetBSD --- distro/netbsd.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'distro/netbsd.sh') diff --git a/distro/netbsd.sh b/distro/netbsd.sh index e9c3d57..28b46c2 100755 --- a/distro/netbsd.sh +++ b/distro/netbsd.sh @@ -55,6 +55,23 @@ for pkg in dwm st dmenu ; do done +if ! [ -e ~/.profile.lang ] ; then +cat > ~/.profile.lang <> ~/.profile +fi + # Probably better ways of doing this... if ! grep -q '^export LD_LIBR' ~/.kshrc.local ; then cat >> ~/.kshrc.local <