add ssh config

This commit is contained in:
Lee Tang
2022-05-07 17:43:24 +08:00
parent f5ddaf22f4
commit 505680fa54
2 changed files with 52 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ function recover() {
ln -svfn $WORKING_DIR/$i $HOME_DIR/.config/$i
done
echo 'Linking others'
ln -svfn $WORKING_DIR/.ssh_config $HOME_DIR/.ssh/config
# submodules
echo 'Syncing Submodules...'
git submodule init