Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source library naming doesn't make much sense #27

Closed
sinewalker opened this issue Oct 13, 2017 · 0 comments
Closed

source library naming doesn't make much sense #27

sinewalker opened this issue Oct 13, 2017 · 0 comments
Milestone

Comments

@sinewalker
Copy link
Owner

sinewalker commented Oct 13, 2017

The numbers in the source/ directory dictate loading order, which is okay. But I've grouped them wrong. They should be ordered not only by when they get sourced, but also by loose functional element.

So a new grouping:

00: dotfiles itself
10: unassigned
20: shell environment controlls
30: tools and utilities
40: operating systems
50: development environments
60: unassigned
70: unassigned
80: host-specific
90: applications
99: loaded last: clean-up of the rest (e.g. shell path goes here)

Within the groups I can still order things by using the 2nd digit, if it's required.

@sinewalker sinewalker added this to the 1.0-macOS milestone Oct 13, 2017
sinewalker added a commit that referenced this issue Oct 14, 2017
The naming was pretty slap-dash before

Closes Issue #27
sinewalker added a commit that referenced this issue Oct 14, 2017
Closes Issue #27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant