Make the VSCode settings directory if needed
This commit is contained in:
parent
a49c790125
commit
1588c7ea34
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
mkdir -p ~/.config/Code/User
|
||||||
ln -vfs "$DIR/.config/Code/User/settings.json" ~/.config/Code/User/settings.json
|
ln -vfs "$DIR/.config/Code/User/settings.json" ~/.config/Code/User/settings.json
|
||||||
|
|
||||||
source ~/.setenv
|
source ~/.setenv
|
||||||
|
|
Loading…
Reference in a new issue