mirror of
https://github.com/thewtex/tmux-mem-cpu-load.git
synced 2026-09-10 07:16:16 -04:00
Supports Antigen via plugin that builds and installs
This commit is contained in:
parent
62c18a0778
commit
79e16ec38b
|
|
@ -81,6 +81,10 @@ Install
|
|||
make install
|
||||
logout
|
||||
|
||||
Build and Install Using [Antigen](https:/github.com/zsh-users/antigen)
|
||||
--------
|
||||
Include the bundle in your ``.zshrc``
|
||||
``antigen bundle thewtex/tmux-mem-cpu-load``
|
||||
|
||||
Configuring tmux_
|
||||
=================
|
||||
|
|
|
|||
7
tmux-mem-cpu-load.plugin.zsh
Normal file
7
tmux-mem-cpu-load.plugin.zsh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# vim: tabstop=2 shiftwidth=2 expandtab textwidth=80 linebreak wrap
|
||||
|
||||
pushd ${0:a:h} #Pushd to the directory where this file is located.
|
||||
cmake .
|
||||
make
|
||||
sudo make install
|
||||
popd
|
||||
Loading…
Reference in a new issue