updates sessions

This commit is contained in:
2024-03-28 19:55:24 -07:00
parent e0ee82bafa
commit 71816bb26f
2 changed files with 6 additions and 0 deletions

View File

@@ -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 &

View File

@@ -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