local/bin/homeinit: Link games.scm.gpg.

master
Pierre Neidhardt 2020-06-11 14:46:30 +02:00
parent 1e44c3de6e
commit 8e1b522210
1 changed files with 5 additions and 2 deletions

View File

@ -181,7 +181,7 @@ EOF
if [ -e "$SOURCEDIR" ]; then
git -C "$SOURCEDIR" pull
else
git clone ${SSH_ROOT}$USER_NAME/personal ~/personal
git clone ${SSH_ROOT}$USER_NAME/personal "$SOURCEDIR"
fi
if [ -e ~/.password-store ]; then
git -C ~/.password-store pull
@ -195,10 +195,13 @@ else
fi
section "Persistent folders"
for i in "$MAIL_CACHE" .config .config/guix .config/transmission-daemon .emacs.d "$XDG_DATA_HOME" .mpv projects; do
for i in "$MAIL_CACHE" .config .config/guix .config/guix-gaming-channels .config/transmission-daemon .emacs.d "$XDG_DATA_HOME" .mpv projects; do
mkdir -pv "$HOME/$i"
done
section "Gaming"
lnn "$SOURCEDIR/games/games.scm.gpg" .config/guix-gaming-channels/
section "dotfiles"
if [ -e ~/dotfiles ]; then
git -C ~/dotfiles remote set-url origin ${ROOT}$USER_NAME/dotfiles