1
1
Fork 0

Add ssh directory

This commit is contained in:
Jonathan Schleifer 2023-04-01 11:16:44 +00:00
parent f885d32d32
commit 7cc0c7a9d5
2 changed files with 1 additions and 1 deletions

View file

@ -56,7 +56,7 @@ have yt-dlp && link_file yt-dlp .config/yt-dlp ../
have zsh && link_file zshrc .zshrc
if have ssh; then
mkdir -p $HOME/.ssh
link_file ssh_config .ssh/config ../
link_file ssh/config .ssh/config ../
fi
if test x"$(uname -s)" = x"Darwin"; then