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