chore: remove ssh-gen submodule and update setup script

This commit is contained in:
2025-07-21 16:57:45 +02:00
parent 4405f73c5d
commit be2474d385
3 changed files with 7 additions and 9 deletions

View File

@ -20,14 +20,16 @@ fi
./scripts/gitconfig
echo
echo "[+] Creating SSH Configs..."
echo
grep -qxF "Include ~/.config/ssh/*" ~/.ssh/config || echo "Include ~/.config/ssh/*" >> ~/.ssh/config
echo
echo "[+] Creating symlinks..."
echo
stow .
echo
echo "[+] Creating SSH config..."
echo
python3 ssh-gen/src/main.py --config=ssh-gen/conf.yaml