fixed typo

This commit is contained in:
Christian Koptein 2023-02-05 12:50:18 +01:00
parent 7803f22db3
commit 607e6a7da3

View File

@ -14,6 +14,6 @@ ln -s $(pwd)/fonts $HOME/.fonts
ln -s $(pwd)/aliases $HOME/.aliases
ln -s $(pwd)/sshconfig $HOME/.ssh/config
ln -s $(pwd)/bashrc $HOME/.bashrc
ln -s $(pwd)/tconfig $HOME/.gitconfig
ln -s $(pwd)/gitconfig $HOME/.gitconfig
cat $(pwd)/pubkeys/* > ~/.ssh/authorized_keys
```