/craftyons-installer

Primary LanguageJavaScriptMIT LicenseMIT

This is not a finished thing yet

But eventually it will install Craftyons with a pretty command line interface.

Notes

Customise your bash prompt

Edit your bash prompt config nano ~/.bashrc

Add this line (Will show your current folder plus a $ for the regular prompt and a # if you're root.) export PS1="\W \$"

Also see https://www.ibm.com/developerworks/linux/library/l-tip-prompt/