16 lines
388 B
YAML
16 lines
388 B
YAML
---
|
|
- location: ~/.config/tmux
|
|
- apt:
|
|
- libevent-dev
|
|
- ncurses-dev
|
|
- xsel
|
|
- repo:
|
|
- url: 'https://github.com/tmux/tmux.git'
|
|
location: ~/.local/src/tmux
|
|
branch: 2.6
|
|
actions:
|
|
- command: ./configure --prefix=$HOME/.local
|
|
- command: {install: make -j8 install, remove: make uninstall}
|
|
- symlink:
|
|
- {src: tmux.conf, dst: ~/.tmux.conf}
|