Skip to content

faizahmedfarooqui/my-mac-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Mac Terminal

Essential Customized Mac Terminal includes:

  • Git Prompt
  • Git Completion
  • Aliases

Installation:

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.