chore: remove ssh-gen submodule and update setup script
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -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
|
||||
|
1
ssh-gen
1
ssh-gen
Submodule ssh-gen deleted from 1ebb9719c6
Reference in New Issue
Block a user