Automate script for linux first steps (post fresh installation and configuration). Used as a one-time script that is used only when first setting up the system.
To Install kickstarter, you should run the install script. To do that, you may either download and run the script manually, or use the following cURL or Wget command:
curl -o- https://raw.githubusercontent.com/koderstory/linux-kickstarter/v0.1.3/install.sh | bash
or
wget -qO- https://raw.githubusercontent.com/koderstory/linux-kickstarter/v0.1.3/install.sh | bash
$ kickstart
Branching strategy