13 lines
258 B
Bash
13 lines
258 B
Bash
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
|