Essential Customized Mac Terminal includes:
- Git Prompt
- Git Completion
- Aliases
Run the following commands into the terminal
$ cd ~/
$ git clone https://github.com/faizahmedfarooqui/my-mac-terminal.git
$ vi ~/.bash_profile
In the bash_profile file add the below line
source ~/my_terminal/index.sh
once you've added the above line, save & exit from the bash_profile. Quit terminal & open the terminal to see the changes.