1
0
mirror of https://github.com/vbrandl/dotfiles synced 2025-07-03 01:34:32 +02:00

Add tmuxinator and tmux install scripts

This commit is contained in:
Valentin Brandl
2017-02-11 20:34:56 +01:00
parent ded7ab7fd6
commit 1443cb2391
5 changed files with 138 additions and 0 deletions

6
meta/configs/tmux.yaml Normal file
View File

@ -0,0 +1,6 @@
- link:
~/.tmux.conf: terminals/tmux/tmux.conf
- shell:
- [tmux source-file ~/.tmux.conf, Sourcing new tmux configuration]
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

View File

@ -0,0 +1,3 @@
- link:
~/.tmuxinator: terminals/tmuxinator
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :