feat(tmux): update tmux config and scripts

This commit is contained in:
2025-12-10 09:08:06 +01:00
parent e65c556cc5
commit 3aa8bd8ff1
4 changed files with 14 additions and 14 deletions

View File

@@ -5,12 +5,14 @@ source "$XDG_CONFIG_HOME/zsh/scripts.zsh"
if [[ $# -eq 1 ]]; then
selected=$1
else
read -p "ssh url: " selected
read -p "url: " selected
fi
if [[ -z $selected ]]; then
exit 0
fi
ggman clone "$selected"
ggcompile
ggman clone $selected
echo ""
read -p "press enter to continue..."