Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 786 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 786 Bytes

dotfiles

Do you want to have a cool terminal like this:
screenshot

Installation

First, you need to install git Auto-completion
sudo git clone git@github.com:git/git.git /usr/local/git/
If you got error, then try:
sudo git clone https://github.com/git/git.git /usr/local/git/

Now clone dotfiles:
cd ~/
git clone git@github.com:alaabadran/dotfiles.git ~/dotfiles
Then move .bash_profile file to your Home
cd dotfiles
mv .bash_profile ~/.bash_profile

Don't forget to Backup your old .bash_profile
Here is how:
cd ~/
cp .bash_profile .bash_profile-backup
Then open Terminal app -> Preferences -> Profiles -> Import -> choose IR_Black theme

Enjoy