Switch to GNU stow
This commit is contained in:
parent
a2605c4254
commit
d34cecb27e
137 changed files with 39244 additions and 141 deletions
12
tmux/.config/tmux/sessions/dot.session
Normal file
12
tmux/.config/tmux/sessions/dot.session
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
rename-window dot-git
|
||||
send-keys "watch -t -n 5 -c '/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty -c color.ui=always diff | tail -n $(($LINES - 2))'" C-m
|
||||
split-window -h watch -t -n 5 -c '/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty -c color.ui=always status | sed "s/\x1b\[m/\x1b\[00m/"'
|
||||
split-window -v
|
||||
send-keys L C-m
|
||||
select-pane -t 1
|
||||
split-window -v watch -t -n 5 -c '/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty -c color.ui=always log --graph --date=short --decorate --oneline'
|
||||
select-pane -t 4
|
||||
new-window -n code
|
||||
send-keys "vim" C-m
|
||||
new-window -n test
|
||||
select-window -t 1
|
||||
7
tmux/.config/tmux/sessions/notes.session
Normal file
7
tmux/.config/tmux/sessions/notes.session
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
rename-window notes
|
||||
send-keys vm Space $WIKIROOT Space $LIBRARY C-m
|
||||
new-window -n notepad
|
||||
send-keys $WIKIROOT C-m
|
||||
send-keys v C-m
|
||||
send-keys Space w w
|
||||
attach-session -t . -c $WIKIROOT
|
||||
Loading…
Add table
Add a link
Reference in a new issue