master
Raphael 2019-05-14 13:37:40 +02:00 committed by GitHub
parent 375cac1a26
commit 7b38e3c55a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@ ln -fs ${BASE}/bash_aliases ${HOME}/.bash_aliases
ln -fs ${BASE}/zshrc ${HOME}/.zshrc
ln -fs ${BASE}/gitignore ${HOME}/.gitignore
if [ ! -f "${HOME}/.hyper.js" ]; then
if [ -f "${HOME}/.hyper.js" ]; then
ln -fs ${BASE}/hyper.js ${HOME}/.hyper.js
fi
if [ ! -f "${HOME}/.config/Code/User/settings.json" ]; then
if [ -f "${HOME}/.config/Code/User/settings.json" ]; then
ln -fs ${BASE}/vscode-settings.json ${HOME}/.config/Code/User/settings.json
fi