Update 'debian-setup.sh'
This commit is contained in:
parent
bb66d5a20b
commit
6536e3cf3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user