adds opening of relevant websites to session starts

This commit is contained in:
2024-03-23 10:03:22 -07:00
parent 8bc0cfebd3
commit 1443478e5a
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
firefox https://bigdrumdigital.teamwork.com/app/projects/620980/time &
firefox https://3.basecamp.com/5456546/buckets/36188668/card_tables/7047790073 &
mongodb-compass &
tmux new-session -s linkedag -d -c ~/repos/linkedag-backend -n backend tmux new-session -s linkedag -d -c ~/repos/linkedag-backend -n backend
tmux split-window -h -c ~/repos/linkedag-backend tmux split-window -h -c ~/repos/linkedag-backend
tmux send-keys -t linkedag:backend.0 'nvim' C-m tmux send-keys -t linkedag:backend.0 'nvim' C-m

View File

@@ -1,3 +1,5 @@
firefox https://3.basecamp.com/5456546/buckets/34127086/card_tables/6496384013 &
tmux new-session -s syncopotamus -d -c ~/repos/syncopotamus-go -n backend tmux new-session -s syncopotamus -d -c ~/repos/syncopotamus-go -n backend
tmux split-window -h -c ~/repos/syncopotamus-go tmux split-window -h -c ~/repos/syncopotamus-go
tmux send-keys -t syncopotamus:backend.0 'nvim' C-m tmux send-keys -t syncopotamus:backend.0 'nvim' C-m