added logbook script
This commit is contained in:
parent
af17018901
commit
3b68cfac93
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
tmux new-session -d "vim $HOME/logbook/$(date +%Y_%B).md"
|
||||||
|
tmux split-window -h -l 20%
|
||||||
|
tmux new-window 'system'
|
||||||
|
tmux split-window -v 'ipython3'
|
||||||
|
# resize-pane -x 70 -y 50
|
||||||
|
tmux -2 attach-session -d
|
Loading…
Reference in New Issue