diff options
author | Karel Kočí <cynerd@email.cz> | 2017-10-12 20:08:07 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-10-12 20:08:07 +0200 |
commit | a4dddf01c4229fe8d70aeed002899c4266b5db45 (patch) | |
tree | b88551d31f95c44f53232086ebfce9a599993820 /install | |
parent | 74e973b7327bc7e7bdd8a9d8aafd88051dc5fd8b (diff) | |
download | myconfigs-a4dddf01c4229fe8d70aeed002899c4266b5db45.tar.gz myconfigs-a4dddf01c4229fe8d70aeed002899c4266b5db45.tar.bz2 myconfigs-a4dddf01c4229fe8d70aeed002899c4266b5db45.zip |
Add SSH config
Diffstat (limited to 'install')
-rwxr-xr-x | install | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |