Follow these steps to install BashStyle-NG on your system:
git clone https://gitlab.com/Nanolx/bashstyle-ng.git cd bashstyle-ng
configure and
make are written in Bash:
./configure --prefix=/usr/local
make to build installable translations, documentation and manpages
./make build
make with root privileges to install
sudo ./make install
bashstyle
If you ever want to remove BashStyle-NG from your system, navigate back to the source directory and run:
sudo ./make uninstall