Update 'debian-setup.sh'

This commit is contained in:
Newnius 2022-12-31 12:36:46 +00:00
parent 0735ccba52
commit ab17991fcc

View File

@ -42,8 +42,10 @@ 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 # set locale to
# update-locale LANG=LANG=en_US.UTF-8 LANGUAGE
echo 'LANG=en_US.UTF-8' > /etc/default/locale echo 'LANG=en_US.UTF-8' > /etc/default/locale
echo 'LC_ALL=en_US.UTF-8' >> /etc/default/locale
locale-gen "en_US.UTF-8"
localedef -i en_US -f UTF-8 en_US.UTF-8
# Vim no mouse select # Vim no mouse select
touch ~/.vimrc # make sure file exists touch ~/.vimrc # make sure file exists