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

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