It is a collection of scripts to make everyday life a tiny bit easier.
git clone https://github.com/bigbinary/tiny_scripts.git
cd tiny_scripts/scripts
pwd
Note down the result of pwd
.
- open ~/.bashrc file by executing
subl ~/.bashrc
orvim ~/.bashrc
. - Add following line at the very end of your
~/.bashrc
file.
export PATH="paste-result-of-pwd-here:$PATH"
- In the above statement replace
paste-result-of-pwd-here
with the output you got in step 1 when you executedpwd
.
Brought to you by BigBinary