@@ -54,11 +54,11 @@ have vim && link_file vim .config/vim ../ 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 for i in "Keyboard Layouts/*"; do dest="$HOME/Library/$i"