diff --git a/README.rst b/README.rst index b22b0c4..96c9fc3 100644 --- a/README.rst +++ b/README.rst @@ -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_ ================= diff --git a/tmux-mem-cpu-load.plugin.zsh b/tmux-mem-cpu-load.plugin.zsh new file mode 100644 index 0000000..2b03b22 --- /dev/null +++ b/tmux-mem-cpu-load.plugin.zsh @@ -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