Update with changes for CF
This commit is contained in:
parent
8a86022fe0
commit
5d14f208dc
@ -101,3 +101,6 @@ Host desktop
|
|||||||
|
|
||||||
Host laptop
|
Host laptop
|
||||||
HostName ewpratten-laptop.home
|
HostName ewpratten-laptop.home
|
||||||
|
|
||||||
|
Match all
|
||||||
|
Include /Users/ewpratten/.ssh/cloudflare/config
|
||||||
|
@ -53,7 +53,7 @@ ln -sf $EWCONFIG_ROOT/configs/.gitconfig ~/.gitconfig
|
|||||||
# Configure SSH
|
# Configure SSH
|
||||||
ln -sf $EWCONFIG_ROOT/configs/ssh/config ~/.ssh/config
|
ln -sf $EWCONFIG_ROOT/configs/ssh/config ~/.ssh/config
|
||||||
chmod 644 "$HOME/.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
|
# Configure (neo)Vim
|
||||||
ln -sf $EWCONFIG_ROOT/configs/vim/.vimrc ~/.vimrc
|
ln -sf $EWCONFIG_ROOT/configs/vim/.vimrc ~/.vimrc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user