Create and manage bash prompts
cd $HOME
git clone https://github.com/Crilum/styleprompt
chmod +x $HOME/styleprompt/styleprompt
echo '#!/bin/bash
'"$HOME"'/styleprompt/styleprompt $@' | sudo tee /usr/bin/styleprompt
sudo chmod 775 /usr/bin/styleprompt
- Thanks to PIXARTIST on flaticon for the styleprompt icon.