/shell-ninja

A collection of shell commands and functions

Primary LanguageShellMIT LicenseMIT

Shell Ninja

A collection of custom shell commands and functions that I have collected and created over the years.

Installation

Copy and paste select functions into your shell profile or include all of the functions as follows:

  1. Clone the repo (ie. into your home directory)
cd ~
git clone git@github.com:camchambers/shell-ninja.git
  1. Source the script from your shell profile
# Bash
echo "source ~/shell-ninja/.sn" >> ~/.bash_profile
# Zsh
echo "source ~/shell-ninja/.sn" >> ~/.zshenv

License

License