This is a collection of my BASH scripts and programming work-in-progress. To install these scripts, follow the directions below. You will need git installed beforehand, in order to fetch and use all the files. THIS WILL NOT OVERWRITE YOUR BASH! This only adds my BASH programs to augment your current BASH.
sudo apt-get install git-all
Open a Terminal and type
cd
mkdir ~/GIT/
cd ~/GIT
git clone https://github.com/exarobibliologist/nanosecond
Then navigate into the created folder like so:
cd ~/GIT/nanosecond
and type:
bash installbash
The installer will not overwrite your .bashrc, but will copy a single line to end of your .bashrc to source the modified bashrc file I have included in the nanosecond repo.
After that is complete, close your Terminal and reopen. You should see a unique Terminal prompt. Then type:
installstuff
Follow the menu prompts to install other programs your system can use.