Supports Antigen via plugin that builds and installs

This commit is contained in:
Travis Heller 2015-09-30 10:57:06 -07:00
parent 62c18a0778
commit 79e16ec38b
2 changed files with 11 additions and 0 deletions

@ -81,6 +81,10 @@ Install
make install make install
logout 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_ Configuring tmux_
================= =================

@ -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