[setup] add tmux session

This commit is contained in:
Simon Cornet 2024-04-08 19:12:20 +02:00
parent 081e70235a
commit e93cc25854

27
setup/setup.tmux.sh Normal file
View File

@ -0,0 +1,27 @@
if initialize_session "default"; then
# open dotfiles
new_window "dotfiles"
run_cmd "cd ~/.dotfiles"
run_cmd "nvim"
# open siempie
new_window "siempie"
run_cmd "cd ~/Documents/git/siempie"
run_cmd "nvim"
# open itcreation
new_window "itcreation"
run_cmd "cd ~/Documents/git/itcreation"
run_cmd "nvim"
# open empty shell
new_window "simon"
# go by default to the open shell
select_window 4
fi
# finalize session creation and switch/attach to it.
finalize_and_go_to_session