Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 607 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 607 Bytes

bash-tools

Overview

This is a project containing simple bash tools for general use.

Current tools

  1. gitversion: a version retrieval tool that uses git depth for the PATCH version
  2. stowsh: a dotfiles managing tool

Installing

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/

Usage

See the help message of each script for more info, e.g.:

gitversion help