Compare commits

...

2 commits

Author SHA1 Message Date
379a22c8d6
update micro config file 2022-08-15 11:12:44 +02:00
99c2fdb64f
disable bluetooh at startup 2022-08-15 11:02:04 +02:00
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
{
"softwrap": true
"mkparents": true,
"colorcolumn": 80,
"rmtrailingws": true,
"scrollbar": true,
"softwrap": true,
"wordwrap": true
}

View file

@ -336,6 +336,7 @@ then
# === Enable Bluetooth ==
systemctl enable bluetooth.service
systemctl start bluetooth.service
sed -i 's/#AutoEnable=true/AutoEnable=false/g' /etc/bluetooth/main.conf
# === VSCodium ==
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/VSCodium/product.json -P "$HOME"/.config/VSCodium/