tmux and startup tmux with theme

This commit is contained in:
2026-01-15 08:24:40 +01:00
parent 2fba16848e
commit ec44f7a597
24 changed files with 355 additions and 872 deletions

11
startup_tmux.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env zsh
# Adex Windows
tmux new-session -d -s adex -n nvim -c /Users/mari/Documents/appdev/adex-api-go
tmux new-window -t adex:1 -n zsh -c /Users/mari/Documents/appdev/adex-api-go
# Hood Windows
tmux new-session -d -s hood -n nvim -c /Users/mari/Documents/appdev/hood-api-go
tmux new-window -t hood:1 -n zsh -c /Users/mari/Documents/appdev//hood-api-go
tmux attach-session -t hood