mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
install-on-tails.bash: symlink itself as well
This commit is contained in:
parent
e2a1fd5070
commit
6244199e0b
@ -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 $PERSISTDIR/dotfiles/.gitconfig
|
||||||
ln -nsfv $SHELL_THINGS_REPO/conf/gitconfig $HOME/.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
|
# Let's go home
|
||||||
cd
|
cd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user