X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=b1b14de21a0c1e9830ad9bc2c92f23f39a7ccb7c;hb=2c96f7708cecf5f7eebf8e3349eb8f2a8eee1694;hp=7bf78826e42a54e08619b74022e0dc8053010599;hpb=9d22fdb6ba21eb87266fac19f252e548dda78d7a;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 7bf7882..b1b14de 100755 --- a/setup.sh +++ b/setup.sh @@ -266,6 +266,6 @@ if installed htop; then mkdir -p ~/.config/htop link htoprc ~/.config/htop/htoprc fi -if test -d ~/.ssh; then +if test -d ~/.ssh && test -O ~/.ssh; then link ssh_config ~/.ssh/config fi