X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=7bf78826e42a54e08619b74022e0dc8053010599;hb=9d22fdb6ba21eb87266fac19f252e548dda78d7a;hp=c5406e6b6ce06b5d02c376b12495e9602d1ae447;hpb=020f30113df431a611f9a6ec9d963f1da38bb8ec;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index c5406e6..7bf7882 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; then + link ssh_config ~/.ssh/config +fi