ssh config for my server.
check for ssh folder before stow
This commit is contained in:
parent
259a3e4a31
commit
981d54b25b
6 changed files with 7 additions and 29 deletions
4
init.sh
4
init.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue