install-on-tails.bash: symlink itself as well

This commit is contained in:
Aminda Suomalainen 2024-08-12 10:35:27 +03:00
parent e2a1fd5070
commit 6244199e0b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -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