From 6536e3cf3faa1c2f62a0d49bce9086c05a65b202 Mon Sep 17 00:00:00 2001 From: Newnius Date: Fri, 30 Dec 2022 14:23:56 +0000 Subject: [PATCH] Update 'debian-setup.sh' --- debian-setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian-setup.sh b/debian-setup.sh index fa59917..d316049 100644 --- a/debian-setup.sh +++ b/debian-setup.sh @@ -41,6 +41,9 @@ apt update echo "[INFO] Installing necessary tools" apt install -y curl vim git sudo ca-certificates apt-transport-https haveged tree +# set locale to +update-locale LANG=LANG=en_US.UTF-8 LANGUAGE + # Vim no mouse select touch ~/.vimrc # make sure file exists sed -i '/set mouse-=a /d' ~/.vimrc