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

3
.gitmodules vendored
View File

@ -13,6 +13,3 @@
[submodule ".config/tmux/plugins/tmux"]
path = .config/tmux/plugins/tmux
url = https://github.com/catppuccin/tmux
[submodule "ssh-gen"]
path = ssh-gen
url = https://git.simonis.lol/projects/ssh-generator.git

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

Submodule ssh-gen deleted from 1ebb9719c6