tmux/README.md

26 lines
360 B
Markdown
Raw Normal View History

2016-08-24 23:55:06 +02:00
.tmux
=====
2016-08-24 22:55:54 +02:00
Configuration files for tmux
2017-01-05 21:18:19 +01:00
Installation
------------
Make sure to clone the tpm submodule as well:
```
git clone --recursive git@gitlab.wojciechkozlowski.eu:config/tmux.git .tmux
```
Install all other plugins:
* Launch tmux
* Run `ctrl + a + I`
2016-08-24 22:55:54 +02:00
Usage
-----
2019-12-15 16:53:19 +01:00
Source the repo's config file from ~/.tmux.conf
2016-08-24 22:55:54 +02:00
```
2019-12-15 16:53:19 +01:00
source ~/.tmux/tmux.conf
2016-08-24 22:55:54 +02:00
```