Add public ssh keys ...
... to allow other people to give me access to their systems
This commit is contained in:
parent
8f7cef086b
commit
7025c8442d
3 changed files with 19 additions and 0 deletions
|
|
@ -108,6 +108,11 @@ _git config --local status.showUntrackedFiles no
|
|||
_git remote set-url origin "$DOTFILES_SSH"
|
||||
|
||||
|
||||
# Because `git` can only track the executable flag
|
||||
chmod 700 "$HOME/.ssh"
|
||||
chmod 600 "$HOME/.ssh/authorized_keys"
|
||||
|
||||
|
||||
if command -v batcat >/dev/null 2>&1 && ! command -v bat >/dev/null 2>&1; then
|
||||
ln -sf "$(command -v batcat)" "$XDG_BIN_HOME/bat"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue