Add ssh directory
This commit is contained in:
parent
f885d32d32
commit
7cc0c7a9d5
2 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -56,7 +56,7 @@ have yt-dlp && link_file yt-dlp .config/yt-dlp ../
|
||||||
have zsh && link_file zshrc .zshrc
|
have zsh && link_file zshrc .zshrc
|
||||||
if have ssh; then
|
if have ssh; then
|
||||||
mkdir -p $HOME/.ssh
|
mkdir -p $HOME/.ssh
|
||||||
link_file ssh_config .ssh/config ../
|
link_file ssh/config .ssh/config ../
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$(uname -s)" = x"Darwin"; then
|
if test x"$(uname -s)" = x"Darwin"; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue