Update 'debian-setup.sh'

This commit is contained in:
Newnius 2022-12-30 14:23:56 +00:00
parent bb66d5a20b
commit 6536e3cf3f

View File

@ -41,6 +41,9 @@ apt update
echo "[INFO] Installing necessary tools" echo "[INFO] Installing necessary tools"
apt install -y curl vim git sudo ca-certificates apt-transport-https haveged tree 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 # Vim no mouse select
touch ~/.vimrc # make sure file exists touch ~/.vimrc # make sure file exists
sed -i '/set mouse-=a /d' ~/.vimrc sed -i '/set mouse-=a /d' ~/.vimrc