Devboot update: 23-10-04-20-17-31

This commit is contained in:
Matheus Albino
2023-10-04 20:17:31 -03:00
parent d5d9a751d3
commit 1cd9a07354
4 changed files with 29 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
session_root "~/repos/telegram-messages-manager"
if initialize_session "telegram-messages-manager"; then
new_window "lunarvim"
split_v 20
run_cmd "./runDev.sh"
select_pane 0
run_cmd "poetry shell"
run_cmd "lvim ."
fi
finalize_and_go_to_session