Skip to content

Instantly share code, notes, and snippets.

View Veuge's full-sized avatar
💭
¿?

Veronica Clavijo Veuge

💭
¿?
View GitHub Profile
@Veuge
Veuge / tmux-messenger
Last active December 16, 2020 14:28
Automation for my tmux sessions.
# Further explanation https://veuge.github.io/tmux-semi-automatizacion/ (in spanish)
------------------------------
| 1 | |
--------------| 3 |
| 2 | |
------------------------------
tmux new-session -n messenger -c $PROJECTS/messenger \; \
send-keys 'yarn && yarn start' C-m \; \