diff --git a/configs/ssh/config b/configs/ssh/config index 10f9741..0a8dc70 100644 --- a/configs/ssh/config +++ b/configs/ssh/config @@ -101,3 +101,6 @@ Host desktop Host laptop HostName ewpratten-laptop.home + +Match all + Include /Users/ewpratten/.ssh/cloudflare/config diff --git a/install-linux.sh b/install-linux.sh index 5b8913d..698795c 100644 --- a/install-linux.sh +++ b/install-linux.sh @@ -53,7 +53,7 @@ ln -sf $EWCONFIG_ROOT/configs/.gitconfig ~/.gitconfig # Configure SSH ln -sf $EWCONFIG_ROOT/configs/ssh/config ~/.ssh/config chmod 644 "$HOME/.ssh/config" -if type -p chown > /dev/null; then chown "$USER:$USER" "$HOME/.ssh/config"; fi +if type -p chown > /dev/null; then chown $USER "$HOME/.ssh/config"; fi # Configure (neo)Vim ln -sf $EWCONFIG_ROOT/configs/vim/.vimrc ~/.vimrc