Skip to content

Ajhad1/linux-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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):

About

Linux Personal configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 81.3%
  • Shell 10.5%
  • Python 8.2%