ssh config for my server.

check for ssh folder before stow
This commit is contained in:
Stefen Auris 2019-04-23 14:27:08 -04:00
parent 259a3e4a31
commit 981d54b25b
6 changed files with 7 additions and 29 deletions

View file

@ -14,6 +14,10 @@ stow tmux
stow vim
stow emacs
stow prezto
if [ ! "~/.ssh" ]
then
mkdir ~/.ssh
fi
stow ssh
chmod -R 0600 ~/.ssh/*
ln -s "$HOME/stevset/mc" ~/.config/mc