Update sync-notes

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-06-18 20:04:48 +02:00
parent 1c54b95314
commit 5a40938727
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 13 additions and 4 deletions

View file

@ -170,6 +170,14 @@ then
exit
fi
###############################################################################
# Work specific settings #
###############################################################################
if [ "${IS_WORK}" = "1" ]; then
export GIT_SSH_COMMAND="ssh -i /home/severin/.ssh/severin_id_rsa"
fi
###############################################################################
# Install package manager and packages #
###############################################################################
@ -356,6 +364,7 @@ print_section "Setting lockscreen image"
betterlockscreen -u "${DOTFILES}/assets/lockscreen.${HOST}.jpg" > /dev/null 2>&1
print_log "Lockscreen generated"
###############################################################################
# Creating issue file #
###############################################################################