Reordered install instructions: moved tpm
higher.
Since it's the most tmux-native install option, I've moved it higher in the list of installation options. Also adds @nhdaly to the Contributions section per @thewtex's suggestion in [#43](https://github.com/thewtex/tmux-mem-cpu-load/issues/43#issuecomment-244767735).
This commit is contained in:
parent
d1f95acada
commit
8018a0c761
21
README.rst
21
README.rst
@ -81,6 +81,16 @@ Install
|
|||||||
make install
|
make install
|
||||||
logout
|
logout
|
||||||
|
|
||||||
|
Build and Install Using tpm_
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
Include the plugin in your ``.tmux.conf``, the same file you'll set the
|
||||||
|
configuration in, below.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
||||||
|
|
||||||
Install with Package Managers
|
Install with Package Managers
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
@ -96,15 +106,6 @@ Include the bundle in your ``.zshrc``
|
|||||||
|
|
||||||
antigen bundle thewtex/tmux-mem-cpu-load
|
antigen bundle thewtex/tmux-mem-cpu-load
|
||||||
|
|
||||||
Build and Install Using tpm_
|
|
||||||
-----------------------------
|
|
||||||
|
|
||||||
Include the plugin in your ``.tmux.conf``
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
|
||||||
|
|
||||||
Configuring tmux_
|
Configuring tmux_
|
||||||
=================
|
=================
|
||||||
|
|
||||||
@ -172,6 +173,7 @@ Contributions from:
|
|||||||
* Tony Narlock <tony@git-pull.com>
|
* Tony Narlock <tony@git-pull.com>
|
||||||
* Compilenix <Compilenix@compilenix.org>
|
* Compilenix <Compilenix@compilenix.org>
|
||||||
* jodavies <jodavies1010@gmail.com>
|
* jodavies <jodavies1010@gmail.com>
|
||||||
|
* `@nhdaly`_ (Nathan Daly) <nhdaly@gmail.com>
|
||||||
|
|
||||||
|
|
||||||
.. _tmux: http://tmux.sourceforge.net/
|
.. _tmux: http://tmux.sourceforge.net/
|
||||||
@ -181,3 +183,4 @@ Contributions from:
|
|||||||
.. _`Antigen`: https://github.com/zsh-users/antigen
|
.. _`Antigen`: https://github.com/zsh-users/antigen
|
||||||
.. _`terminals with 256 color support`: http://misc.flogisoft.com/bash/tip_colors_and_formatting#terminals_compatibility
|
.. _`terminals with 256 color support`: http://misc.flogisoft.com/bash/tip_colors_and_formatting#terminals_compatibility
|
||||||
.. _`Pawel 'l0ner' Soltys` : http://l0ner.github.io/
|
.. _`Pawel 'l0ner' Soltys` : http://l0ner.github.io/
|
||||||
|
.. _`@nhdaly` : http://github.com/nhdaly
|
||||||
|
Loading…
Reference in New Issue
Block a user