Compare commits
2 commits
eb707d8e07
...
379a22c8d6
Author | SHA1 | Date | |
---|---|---|---|
379a22c8d6 | |||
99c2fdb64f |
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
{
|
||||
"softwrap": true
|
||||
"mkparents": true,
|
||||
"colorcolumn": 80,
|
||||
"rmtrailingws": true,
|
||||
"scrollbar": true,
|
||||
"softwrap": true,
|
||||
"wordwrap": true
|
||||
}
|
||||
|
|
1
arch.sh
1
arch.sh
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue