OSX Cool Terminal is basically a bash profile I wish I could find in the Interwebs, it's a template to have a nice CLI.
Here are the AWESOME features :
- AWESOME Colors
- AWESOME Random Emojis Each Line
- AWESOME Git completion (Thanks to official git files)
- AWESOME Git infos in prompt (Thanks to official git files)
It's easy my friend.
Just clone this repo in your home directory.
cd ~
git clone [email protected]:TheMaxoor/osx-cool-terminal.git
If the file .bash_profile is already created skip this command :
touch .bash_profile
Add these lines into it:
source ~/osx-cool-terminal/.git-completion.bash
source ~/osx-cool-terminal/.git-prompt.sh
source ~/osx-cool-terminal/.customization
The git files are required to handle git branch infos in the prompt
You can directly go to the .customization file and edit it to match your preferences, you can easily change colors, emojis thanks to a lot of comments.
Have fun ! 😀