Share .bashrc
Filed Under
Linux at 18th August 2014 0:01 by
Danny
Suggested by Dave Bradford, it turns out you can share .bashrc files between computers and use symbolic link.
Rename the file:
mv ~/.bashrc ~/bashrc.bak
Dropbox example:
ln -s ~/Dropbox/.bashrc ~/.bashrc
where the .bashrc is stored in the root Dropbox folder.
Git example:
ln -s ~/workspace/myGitRepo/.bashrc ~/.bashrc
Test and once complete remember to remove the backup.
About Danny
I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog.
Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school.
View all posts by Danny →
This entry was posted in
Linux and tagged
bash,
bashrc,
Dropbox,
Symbolic link. Bookmark the
permalink.