https://github.com/norm/homedir
Public home directory files
https://github.com/norm/homedir
Last synced: over 1 year ago
JSON representation
Public home directory files
- Host: GitHub
- URL: https://github.com/norm/homedir
- Owner: norm
- License: isc
- Created: 2008-11-10T02:28:59.000Z (over 17 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T07:52:21.000Z (over 4 years ago)
- Last Synced: 2024-10-13T09:46:05.350Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 361 KB
- Stars: 32
- Watchers: 5
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
home directory
==============
This is my home directory. It contains all of the settings and custom
configuration I like to use on a Unix computer.
It is built on top of my [bash-composition] project, because I like to
keep my shell initialisation in many small, purposeful files rather than
one big melange of a dotfile.
## copying individual files
You are welcome to copy the content any of these files to your own dotfiles.
However, each file has a line specifying origin context line, such as:
# github:norm/homedir:etc/bash/rc/filesystem.sh
If you are using [bash-composition] and retain the origin context line,
you can run the command `composition-chages` to scan your home directory,
and it will check every file it finds with an origin against the source
on GitHub. That way, if I update anything you have previously copied,
you can find out.
-- Mark Norman Francis.
[bash-composition]: https://github.com/norm/bash-composition