This commit is contained in:
team3
2026-05-18 15:40:55 +02:00
parent 69c93dadaa
commit 26940ca5d3
7 changed files with 16 additions and 19 deletions

View File

@@ -10,18 +10,9 @@ fi
TICKET_TAB=""
[ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR"
flatpak run org.mozilla.firefox \
--new-tab "https://mail.google.com/mail" \
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
--new-tab "https://kochmesser24.ddev.site/" \
--new-tab "https://kochmesser24.ddev.site/admin" \
--new-tab "https://kochmesser24.ddev.site:8026/" \
--new-tab "https://kochmesser24.ddev.site:9101" \
$TICKET_TAB &
code "$PROJEKT" &
gnome-terminal --full-screen -- bash -c "$(cat <<EOF
gnome-terminal -- bash -c "$(cat <<EOF
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'git fetch --all; git adog; exec bash'
$TAB_TICKET
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'claude "Verschaff dir eine Übersicht, ddev, shopware 6.6"; exec bash'
@@ -29,3 +20,11 @@ gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'ddev start; exec
EOF
)"
firefox \
--new-tab "https://mail.google.com/mail" \
--new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \
--new-tab "https://kochmesser24.ddev.site/" \
--new-tab "https://kochmesser24.ddev.site/admin" \
--new-tab "https://kochmesser24.ddev.site:8026/" \
--new-tab "https://kochmesser24.ddev.site:9101" \
$TICKET_TAB &