# Installers

| Name         | Description                                                  |
| ------------ | ------------------------------------------------------------ |
| getbashdb    | Install `bashdb` debugger                                    |
| getbazel     | Install `bazel` build system                                 |
| getcmake     | Install `cmake`                                              |
| getdocker    | Install `docker`                                             |
| getepel      | Install EPEL (Redhat Extra Packages for Enterprise Linux) repo |
| getgcc       | Install GCC and related software                             |
| getgolang    | Install Go                                                   |
| getgosu      | Install gosu (Go-based `su` utility)                         |
| getminiconda | Install Miniconda                                            |
| getpy2       | Install Python 2                                             |
| getpy3       | Install Python 3                                             |
| getredis     | Install Redis                                                |
| getrmpytools | Install Redis Modules Python Tools (RLTest, RAMP)            |

# Utilities

| Name            | Description                               |
| --------------- | ----------------------------------------- |
| enable-utf8     | Enable UTF8 output on terminal            |
| filter-colors   | Filter out ASCII colors                   |
| istagfresh      | Check whether Git repo has changed        |
| lastver         | Find the last version among versions list |
| nproc           | Print number of processors/cores          |
| platform        | Print system platform information         |
| publicip        | Print public IP                           |
| redis-cmd       | Execute a Redis command                   |
| runn            | Run command and show output on error      |
| sep             | Print line seperator                      |
| sourced         | Execute scripts in a .d directory         |
| symlink         | Create a relative symbolic link           |
| system-setup.py | A template for a system-setup script      |
| xtx             | A jinja2-based template processor         |
