This is a project containing simple bash tools for general use.
gitversion
: a version retrieval tool that uses git depth for the PATCH versionstowsh
: a dotfiles managing tool
curl \
--location \
https://github.com/cjvirtucio87/bash-tools/releases/download/bash-tools-<MAJOR>.<MINOR>.<PATCH>/cjvirtucio87-bash-tools-<MAJOR>.<MINOR>.<PATCH>.tar.gz
| tar \
--extract \
--gunzip \
--directory /usr/local/
See the help message of each script for more info, e.g.:
gitversion help