updates sessions

This commit is contained in:
2024-04-04 19:05:15 -07:00
parent 8373229eb3
commit 8caea9e115
5 changed files with 22 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
flatpak run org.mozilla.Firefox https://bigdrumdigital.teamwork.com/app/projects/620980/time &
flatpak run org.mozilla.Firefox https://3.basecamp.com/5456546/buckets/36188668/card_tables/7047790073 &
flatpak run org.mozilla.Firefox http://localhost:5173 &
flatpak run org.mozilla.Firefox "https://www.figma.com/file/PihpwVEFRiq6LC3HHg0RWh/LinkedAG-Design?type=design&node-id=307-1744&mode=design" &
mongodb-compass &
flatpak run org.mozilla.Firefox "https://theme-generator-seven.vercel.app/" &
flatpak run org.mozilla.Firefox https://3.basecamp.com/5456546/buckets/36188668/card_tables/7047790073 &
mongodb-compass &
flatpak run org.mozilla.Firefox --new-window "https://www.figma.com/file/PihpwVEFRiq6LC3HHg0RWh/LinkedAG-Design?type=design&node-id=307-1744&mode=design" &
flatpak run org.mozilla.Firefox --new-window http://localhost:5173 &

View File

@@ -0,0 +1,2 @@
flatpak run org.mozilla.Firefox https://3.basecamp.com/5456546/buckets/34127086/card_tables/6496384013
flatpak run org.mozilla.Firefox --new-window http://localhost:3000

View File

@@ -0,0 +1,15 @@
tmux new-session -s syncopotamus -d
tmux new-window -c ~/repos/syncopotamus-rails -n rails
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-rails
tmux resize-pane -t syncopotamus:rails.0 -x 90%
tmux send-keys -t syncopotamus:rails.0 'nvim' C-m
tmux send-keys -t syncopotamus:rails.1 'rails s' C-m
tmux select-window -t syncopotamus:rails
tmux select-pane -t 0
tmux -2 attach-session -t syncopotamus

View File

@@ -1,15 +1,2 @@
flatpak run org.mozilla.Firefox https://3.basecamp.com/5456546/buckets/34127086/card_tables/6496384013
# tmux new-session -s syncopotamus -d -c ~/repos/syncopotamus-go -n backend
# tmux split-window -h -c ~/repos/syncopotamus-go
# tmux send-keys -t syncopotamus:backend.0 'nvim' C-m
# tmux send-keys -t syncopotamus:backend.1 'go run .' C-m
#
# tmux new-window -c ~/repos/syncopotamus-svelte -n frontend
# tmux split-window -h -c ~/repos/syncopotamus-svelte
# tmux send-keys -t syncopotamus:frontend.0 'nvim' C-m
# tmux send-keys -t syncopotamus:frontend.1 'npm run dev' C-m
#
# tmux select-window -t syncopotamus:backend
# tmux select-pane -t 0
# tmux -2 attach-session -t syncopotamus
flatpak run org.mozilla.Firefox --new-window http://localhost:5173

View File

@@ -15,12 +15,6 @@ tmux resize-pane -t syncopotamus:svelte.0 -x 90%
tmux send-keys -t syncopotamus:svelte.0 'nvim' C-m
tmux send-keys -t syncopotamus:svelte.1 'npm run dev' C-m
tmux new-window -c ~/repos/syncopotamus-rails -n rails
tmux split-window -h -c ~/repos/syncopotamus-rails
tmux resize-pane -t syncopotamus:rails.0 -x 90%
tmux send-keys -t syncopotamus:rails.0 'nvim' C-m
tmux send-keys -t syncopotamus:rails.1 'rails s' C-m
tmux select-window -t syncopotamus:backend
tmux select-pane -t 0
tmux -2 attach-session -t syncopotamus