Skip to content

mapiech/tiny_scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny_scripts

It is a collection of scripts to make everyday life a tiny bit easier.

How to setup

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 or vim ~/.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 executed pwd.

Brought to you by BigBinary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published