From a4dddf01c4229fe8d70aeed002899c4266b5db45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 12 Oct 2017 20:08:07 +0200 Subject: Add SSH config --- install | 4 ++++ private | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/install b/install index efce93f..4f87bdf 100755 --- a/install +++ b/install @@ -47,6 +47,10 @@ if ask "Install user services"; then inst service/ ~/.service/ fi +if ask "Install SSH config"; then + inst private/ssh_config ~/.ssh/config +fi + YCM_PATH=~/.vim/bundle/YouCompleteMe if ask "Install VIM scripts"; then # See if we have anything different from what we have in repository diff --git a/private b/private index 487d3bd..ccf02f3 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 487d3bdb532360a5259df27ccdc339b66b26e97a +Subproject commit ccf02f32e60512089032d31c4d93ff1298ac58e1 -- cgit v1.2.3