Handy scripts to automate many recurring commands and streamline always using latest version of utilities.
To install all scripts in this project, simply add the scripts
folder to your $PATH
-
Clone this project
$ git clone https://github.com/naushadh/gists.git $ cd gists ...
-
Add the following to your shell profile (
~/.profile
,~/.zshrc
, etc)# Gist executables export PATH=$(pwd)/scripts:$PATH