Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 509 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 509 Bytes

Install

Install by using git clone:

git clone git://github.com/louisch/dotbash.git

You will need to create symlinks to the bash configuration files:

mv ~/.bashrc ~/.bashrc_original
ln -s <path/to/cloned/repo>/bashrc ~/.bashrc
mv ~/.profile ~/.profile_original
ln -s <path/to/cloned/repo>/profile ~/.profile
mv ~/.bash_profile ~/.bash_profile_original
ln -s <path/to/cloned/repo>/bash_profile ~/.bash_profile
mv ~/.inputrc ~/.inputrc_original
ln -s ~/.bash/inputrc ~/.inputrc