1

Update with changes for CF

This commit is contained in:
Evan Pratten 2024-05-28 13:20:41 -04:00
parent 8a86022fe0
commit 5d14f208dc
2 changed files with 4 additions and 1 deletions

View File

@ -101,3 +101,6 @@ Host desktop
Host laptop
HostName ewpratten-laptop.home
Match all
Include /Users/ewpratten/.ssh/cloudflare/config

View File

@ -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