{"id":22664696,"url":"https://github.com/christiansilvermoon/modularized-shell-runtime-config","last_synced_at":"2026-05-02T17:34:58.305Z","repository":{"id":41038835,"uuid":"315726357","full_name":"ChristianSilvermoon/Modularized-Shell-Runtime-Config","owner":"ChristianSilvermoon","description":"A Shell Runtime Configuration File that loads split components based","archived":false,"fork":false,"pushed_at":"2025-02-01T16:56:02.000Z","size":913,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T11:03:06.199Z","etag":null,"topics":["bash","bashrc","bashrc-configs","bashrc-files","cli","configuration","shell","utility"],"latest_commit_sha":null,"homepage":"https://christiansilvermoon.github.io/Modularized-Shell-Runtime-Config/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChristianSilvermoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-24T19:00:08.000Z","updated_at":"2025-02-01T16:56:06.000Z","dependencies_parsed_at":"2025-01-30T16:26:41.560Z","dependency_job_id":"f672728c-a0ea-427d-82bf-3d7ac4547e19","html_url":"https://github.com/ChristianSilvermoon/Modularized-Shell-Runtime-Config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChristianSilvermoon/Modularized-Shell-Runtime-Config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianSilvermoon%2FModularized-Shell-Runtime-Config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianSilvermoon%2FModularized-Shell-Runtime-Config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianSilvermoon%2FModularized-Shell-Runtime-Config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianSilvermoon%2FModularized-Shell-Runtime-Config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChristianSilvermoon","download_url":"https://codeload.github.com/ChristianSilvermoon/Modularized-Shell-Runtime-Config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristianSilvermoon%2FModularized-Shell-Runtime-Config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003724,"owners_count":26083610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bashrc","bashrc-configs","bashrc-files","cli","configuration","shell","utility"],"created_at":"2024-12-09T13:16:49.252Z","updated_at":"2025-10-10T11:03:32.326Z","avatar_url":"https://github.com/ChristianSilvermoon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modularized Shell Runtime Config\nA Shell Runtime Configuration File that loads split components. Partially inspired by [Quentin ADAM on medium.com's post](https://medium.com/@waxzce/use-bashrc-d-directory-instead-of-bloated-bashrc-50204d5389ff)\n\nYou should **always** review scripts from the internet before running them, the same goes for Shell Runtime Config files especially.\n\n## Mutliple Toggle-able Configs\nThe main config `msrc.bashrc`, `msrc.zshrc`, etc. is meant to replace your original traditional config.\n\nFrom there the script will automatically source executable files ending in `.bashrc` that it finds in: `~/.bashrc.d/`\n\n**NOTE:** The ZSH version of MSRC is *not as well maintained* and may be missing features or functionality. This project was orignally created with BASH in mind.\n\n## Changing Your Config Directory\nThis used to be based on the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) in earlier versions of this project, however, that was dropped in favor of using `~/.bashrc.d` and so on for simplicity and not interfering with XDG Variable usage.\n\nIf you wish to change your config directory now, you will want to use the following environment variables:\n```bash\nBASH_MSRC_DIR=\"$HOME/.bashrc.d\"\nZSH_MSRC_DIR=\"$HOME/.zshrc.d\"\n```\n\nIf you do not export these your shell will do so automatically at start up, defaulting to the values shown above.\n\n## Configuration Manager\nYou can manage your multiple config files quickly using the `msrc` function built into main Shell config\n\nTry out `msrc --help` to see what all it can do!\n\n## Extras\nSome extra Shell Config files are included for convenience these may be loaded as modules using this system.\n\nSee the `shell-extras` folder for those Extras. The `README.md` within should give you some insight as to what each one does.\n\nAs a note, there is *no* strict garauntee that all of the *Extras* will be compatbile with all platforms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristiansilvermoon%2Fmodularized-shell-runtime-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristiansilvermoon%2Fmodularized-shell-runtime-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristiansilvermoon%2Fmodularized-shell-runtime-config/lists"}