dotfiles/bin/tmux_mem_cpu_load.sh

6 lines
93 B
Bash
Executable File

#!/bin/bash
cd $HOME/.dotfiles/tmux/plugins/tmux-mem-cpu-load
cmake .
make
sudo make install