Buyer beware
All of these install scripts have been tested to Ubuntu 16.04.
Install deps
sudo apt-get install build-essential curl python jq vim
$ make
Install tmux plugins, this is currently manual.
$ tmux
# prefix-key, I
Restart your shell
exec -l $SHELL
Run shellcheck tests
$ make test
TODO
$ make all-osx
Sometimes in tmux you need to update the GPG_TTY
$ export GPG_TTY=$(tty)
When using nvidia gpu's and X!! make sure the do the following to ensure that settings are saved to the correct config.
Create a xorg.conf file by:
sudo nvidia-xconfig
Look for the Section "Device" part in the xorg.conf file And add this line inside the section:
Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3322"