diff --git a/tmux-sessions/linkedag-web.sh b/tmux-sessions/linkedag-web.sh index 656f867..113cc46 100755 --- a/tmux-sessions/linkedag-web.sh +++ b/tmux-sessions/linkedag-web.sh @@ -2,4 +2,5 @@ firefox https://bigdrumdigital.teamwork.com/app/projects/620980/time & firefox https://3.basecamp.com/5456546/buckets/36188668/card_tables/7047790073 & firefox http://localhost:5173 & firefox "https://www.figma.com/file/PihpwVEFRiq6LC3HHg0RWh/LinkedAG-Design?type=design&node-id=307-1744&mode=design" & +firefox "https://theme-generator-seven.vercel.app/" & mongodb-compass & diff --git a/tmux-sessions/syncopotamus.sh b/tmux-sessions/syncopotamus.sh index 8fb518f..693cd45 100755 --- a/tmux-sessions/syncopotamus.sh +++ b/tmux-sessions/syncopotamus.sh @@ -1,4 +1,9 @@ tmux new-session -s syncopotamus -d -c ~/repos/syncopotamus-go -n backend + +tmux set-environment -t syncopotamus SYNCOPOTAMUS_BC_CLIENT_ID "de4602c11dcdacfbe8f1a172f84b4e88b7a1adeb" +tmux set-environment -t syncopotamus SYNCOPOTAMUS_BC_CLIENT_SECRET "710ddd0ec04c098adca8564e4caab2c7034ad272" +tmux set-environment -t syncopotamus SYNCOPOTAMUS_BC_REDIRECT_SERVER "http://localhost" + tmux split-window -h -c ~/repos/syncopotamus-go tmux resize-pane -t syncopotamus:backend.0 -x 90% tmux send-keys -t syncopotamus:backend.0 'nvim' C-m