https://github.com/jpf/.profile.d
My configuration files
https://github.com/jpf/.profile.d
Last synced: about 1 year ago
JSON representation
My configuration files
- Host: GitHub
- URL: https://github.com/jpf/.profile.d
- Owner: jpf
- Created: 2008-12-19T09:33:57.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T20:37:15.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T19:56:21.124Z (about 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 104 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .profile.d
## Why
Rather than store all of my configuration settings in a huge file.
I decided to store each "group" of settings in their own file.
## Install
* Backup your existing ```~/.bash_profile``` - it's about to be replaced
* ```git clone``` this repo into ~/.profile.d
* ```$ cd ~/.profile.d```
* ```$ ./setup.sh```
## Hacking
* You can add new extensions in the ```extensions/``` subdirectory
* Use ```$ up``` to reload without having to log back in
* ```.profile.d/work*``` are .gitignored, so you can name an extension, for example, ```extensions/work-secretstuff``` you might not want to share.
* This will also keep an as-yet-unwritten unrelated extension from clobbering your local ones.