From 6244199e0bde62a6bd4962c6c0966bef9370bf03 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 12 Aug 2024 10:35:27 +0300 Subject: [PATCH] install-on-tails.bash: symlink itself as well --- install-on-tails.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-on-tails.bash b/install-on-tails.bash index ee291af8..d0eed020 100755 --- a/install-on-tails.bash +++ b/install-on-tails.bash @@ -77,6 +77,9 @@ git config --global gpg.ssh.allowedSignersFile $PERSISTDIR/src/codeberg.org/Amin ln -nsfv $SHELL_THINGS_REPO/conf/gitconfig $PERSISTDIR/dotfiles/.gitconfig ln -nsfv $SHELL_THINGS_REPO/conf/gitconfig $HOME/.gitconfig +# Hack for directories expecting it to work +ln -nsfv $SHELL_THINGS_REPO $HOME/.shell-things + # Let's go home cd