add README with install instructions
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Installation
|
||||||
|
|
||||||
|
```tmux
|
||||||
|
# install via tpm to get the sysusage_cmd
|
||||||
|
set -g @plugin 'https://gitea.mschirmer.com/m13r/tmux-cpu-mem-monitor'
|
||||||
|
|
||||||
|
# ----- Theme ----- #
|
||||||
|
CPU_MEM_USAGE="#(#{@sysusage_cmd})"
|
||||||
|
|
||||||
|
set-option -g status-right "${CPU_MEM_USAGE}"
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
Reference in New Issue
Block a user