Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 506 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 506 Bytes

gists

Handy scripts to automate many recurring commands and streamline always using latest version of utilities.

Setup

Install

To install all scripts in this project, simply add the scripts folder to your $PATH

  1. Clone this project

    $ git clone https://github.com/naushadh/gists.git
    $ cd gists
    ...
  2. Add the following to your shell profile (~/.profile, ~/.zshrc, etc)

    # Gist executables
    export PATH=$(pwd)/scripts:$PATH