init
This commit is contained in:
11
start-project-starter
Executable file
11
start-project-starter
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
PROJEKT="/home/arbeit/projects/project-starter"
|
||||
|
||||
code "$PROJEKT" &
|
||||
|
||||
gnome-terminal --full-screen -- bash -c "$(cat <<EOF
|
||||
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'git adog; exec bash'
|
||||
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'claude "Verschaff dir eine Übersicht, bash skripte"; exec bash'
|
||||
gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'ddev start; exec bash'
|
||||
EOF
|
||||
)"
|
||||
Reference in New Issue
Block a user