]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
setup.sh: Link ~/.ssh/config if ~/.ssh/ exists.
[config/dotfiles.git] / setup.sh
index c5406e6b6ce06b5d02c376b12495e9602d1ae447..7bf78826e42a54e08619b74022e0dc8053010599 100755 (executable)
--- 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