if [[ "$OSTYPE" =~ "linux" ]] # Assumes Ubuntu
then
sudo apt-get install git curl
elif [[ "$OSTYPE" =~ "darwin" ]]
then
brew install git curl
else
echo "Don't know how to install packages on $OSTYPE operating system"
exit 1
fi
mkdir -p "$HOME/code/"
cd "$HOME/code/"
git clone git://github.com/swaroopch/dotbash.git
cd dotbash
bash install.bash
echo "This fork includes customizations for my specific setup."
echo "See https://github.com/revans/bash-it for the original documentation."
forked from swaroopch/dotbash
-
Notifications
You must be signed in to change notification settings - Fork 0
My Bash setup, based on revans/bash-it framework
License
ptimothyp/dotbash
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
My Bash setup, based on revans/bash-it framework
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published