Add VSCode settings file
This commit is contained in:
parent
2e0cfe693f
commit
a49c790125
2 changed files with 12 additions and 0 deletions
11
.config/Code/User/settings.json
Normal file
11
.config/Code/User/settings.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"window.zoomLevel": 1,
|
||||||
|
"extensions.autoUpdate": true,
|
||||||
|
"editor.cursorStyle": "block",
|
||||||
|
"rust.rustLangSrcPath": "/home/cyryl/dev/rust/src",
|
||||||
|
"rust.racerPath": "/home/cyryl/.cargo/bin/racer",
|
||||||
|
"rust.rustfmtPath": "/home/cyryl/.cargo/bin/rustfmt",
|
||||||
|
"rust.rustsymPath": "/home/cyryl/.cargo/bin/rustsym",
|
||||||
|
"rust.cargoPath": "/home/cyryl/.cargo/bin/cargo",
|
||||||
|
"rust.cargoHome": "/home/cyryl/.cargo/"
|
||||||
|
}
|
|
@ -55,6 +55,7 @@ ln -vfs "$DIR/.config/autostart/redshift-gtk.desktop" ~/.config/autostart/
|
||||||
mkdir -p ~/.config/vdirsyncer/
|
mkdir -p ~/.config/vdirsyncer/
|
||||||
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
|
ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/
|
||||||
ln -vfs "$DIR/.config/redshift.conf" ~/.config/redshift.conf
|
ln -vfs "$DIR/.config/redshift.conf" ~/.config/redshift.conf
|
||||||
|
ln -vfs "$DIR/.config/Code/User/settings.json" ~/.config/Code/User/settings.json
|
||||||
|
|
||||||
source ~/.setenv
|
source ~/.setenv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue