[setup] change tmux script to tmux readme

This commit is contained in:
Simon Cornet 2024-04-08 23:08:25 +02:00
parent d34fe96ac5
commit 63cd96c46a

View File

@ -1,3 +1,12 @@
# tmux
# create new tmux session
```shell
tuxifier new-session default
```
# add following script
```shell
if initialize_session "default"; then
# open dotfiles
@ -25,3 +34,4 @@ fi
# finalize session creation and switch/attach to it.
finalize_and_go_to_session
```