Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 876 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 876 Bytes

My Personal Configuration Files

Using git I download my personal configuration files to the machines running linux and run a script to install and manage them. In this way, updating a configuration in one place will update my configurations in all places.

Run to Import Personal Configuration Files

$ cd ~ && git clone -q https://github.com/Ajhad1/linux-config.git && ~/linux-config/install.sh && source ~/.bashrc

Run to Fix origin bug

$ cd ~ && rm -rf linux-config && git clone -q https://github.com/Ajhad1/linux-config.git && ~/linux-config/install.sh && source ~/.bashrc

Read more:

Bash prompt with separator (.bash_ps1):