VSCodium settings.json link

master
Raphael 2019-05-26 17:23:12 +02:00 committed by GitHub
parent 5cadab37fe
commit 7accccd955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ if [ -f "${HOME}/.hyper.js" ]; then
ln -fs ${BASE}/hyper.js ${HOME}/.hyper.js
fi
if [ -f "${HOME}/.config/Code/User/settings.json" ]; then
ln -fs ${BASE}/vscode-settings.json ${HOME}/.config/Code/User/settings.json
if [ -d "${HOME}/.config/VSCodium/User" ]; then
ln -fs ${BASE}/vscode-settings.json ${HOME}/.config/VSCodium/User/settings.json
fi
git config --global user.email "raphael@crvx.fr"