/bashprofile

My Bash Profile

Primary LanguageShell

bashprofile

My Bash Profile

To install:

git clone https://github.com/JeffHiggy/bashprofile.git ~/.bashprofile
bash ~/.bashprofile/install.sh

Alternatively to install on a system without git

wget -P ~ https://github.com/JeffHiggy/bashprofile/raw/master/bashprofile.tar
tar -xf ~/bashprofile.tar -C ~
rm ~/bashprofile.tar