Devboot update: 23-10-06-22-33-51
This commit is contained in:
14
dot-conf/.tmuxifier/layouts/layouts/data-hoarding.session.sh
Normal file
14
dot-conf/.tmuxifier/layouts/layouts/data-hoarding.session.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
if initialize_session "data-hoarding"; then
|
||||
new_window "gallery-dl"
|
||||
run_cmd "cd /mnt/e/Windows/Documents/DataHoarding && clear"
|
||||
split_v 50
|
||||
run_cmd "cd /mnt/e/Windows/Documents/DataHoarding && clear"
|
||||
split_h 50
|
||||
run_cmd "cd /mnt/e/Windows/Documents/DataHoarding && clear"
|
||||
select_pane 1
|
||||
split_h 50
|
||||
run_cmd "cd /mnt/e/Windows/Documents/DataHoarding && clear"
|
||||
select_pane 1
|
||||
fi
|
||||
|
||||
finalize_and_go_to_session
|
||||
11
dot-conf/.tmuxifier/layouts/layouts/telebot.session.sh
Normal file
11
dot-conf/.tmuxifier/layouts/layouts/telebot.session.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
session_root "~/repos/telegram-messages-manager"
|
||||
|
||||
if initialize_session "telebot"; then
|
||||
new_window "lunarvim"
|
||||
split_v 20
|
||||
run_cmd "./runDev.sh"
|
||||
select_pane 1
|
||||
run_cmd "lvim"
|
||||
fi
|
||||
|
||||
finalize_and_go_to_session
|
||||
@@ -43,6 +43,7 @@ alias rld="source ${HOME}/.zshrc"
|
||||
alias zshrc="lvim ${HOME}/.zshrc && rld"
|
||||
alias tm="tmux"
|
||||
alias tmf="tmuxifier"
|
||||
alias tmn="tmuxinator"
|
||||
alias d="docker"
|
||||
alias dc="docker compose"
|
||||
alias k="kubectl"
|
||||
|
||||
Reference in New Issue
Block a user