Refactoring some files

This commit is contained in:
Matheus Albino
2023-11-18 21:30:49 -03:00
parent 189cd15915
commit 5eae1ef742
5 changed files with 4 additions and 4 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