/tools

Primary LanguageShell

Tools

A bunch of scripts with handy helpers

Installation

  1. Clone the repo to a directory
  2. Add the bin directory to your path:
PATH="$PATH_TO_TOOLS/bin:$PATH"
  1. (Optional) Source aliases/bash into your .bashrc
. "$PATH_TO_TOOLS/aliases/bash"