{"id":19357085,"url":"https://github.com/stealthybox/bashrc-simple","last_synced_at":"2025-02-24T11:41:56.455Z","repository":{"id":103562671,"uuid":"425984910","full_name":"stealthybox/bashrc-simple","owner":"stealthybox","description":"A sort-of portable way to get a more usable shell prompt","archived":false,"fork":false,"pushed_at":"2022-09-21T00:15:23.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-06T17:51:08.693Z","etag":null,"topics":["bashrc-configs"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stealthybox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-11-08T20:32:55.000Z","updated_at":"2021-11-08T22:52:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"7efa9603-18d9-4014-90c3-cb79b5aeccbb","html_url":"https://github.com/stealthybox/bashrc-simple","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stealthybox%2Fbashrc-simple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stealthybox%2Fbashrc-simple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stealthybox%2Fbashrc-simple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stealthybox%2Fbashrc-simple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stealthybox","download_url":"https://codeload.github.com/stealthybox/bashrc-simple/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240473456,"owners_count":19807139,"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","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":["bashrc-configs"],"created_at":"2024-11-10T07:06:15.571Z","updated_at":"2025-02-24T11:41:56.450Z","avatar_url":"https://github.com/stealthybox.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a small, organized bash config and .inputrc to quicken the path\nto a usable shell on a new machine.\n\u003e (ex: cloud shells, docker containers, or k8s pods)\n\nI made this to install on new servers quickly and help new folks have a\nbetter time in their shell.\n\nThis setup is nice without taking on the complexities and inconsistencies\nof zsh or fish.\n\n## install /w git\n```shell\ngit clone https://github.com/stealthybox/bashrc-simple\n( cd bashrc-simple; ./link.sh )\n# any files that are overridden will be backed up as ${file}.old\n# open another terminal, check for any problems\n```\n\n## uninstall\nThis will iterate through the files in the repo, and attempt to recover\nthe previous ones from `${file}.old`.\n```shell\n( cd bashrc-simple-main; ./unlink.sh )\n```\n\n## customization\nFeel free to fork this and make it your own!  \nModify the prompt here: [`.bashrc.d/1_sh/prompt.sh`](./.bashrc.d/1_sh/prompt.sh)  \nSee the available colors here: [`.bashrc.d/0_lib/colors.sh`](./.bashrc.d/0_lib/colors.sh)  \n\n________\n\n## install /w wget\n```shell\nwget https://github.com/stealthybox/bashrc-simple/archive/refs/heads/main.zip\nunzip main.zip\n\\rm main.zip\n( cd bashrc-simple-main; ./link.sh )\n```\n\n## install /w curl\n```shell\ncurl -Lo main.zip https://github.com/stealthybox/bashrc-simple/archive/refs/heads/main.zip\nunzip main.zip\n\\rm main.zip\n( cd bashrc-simple-main; ./link.sh )\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstealthybox%2Fbashrc-simple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstealthybox%2Fbashrc-simple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstealthybox%2Fbashrc-simple/lists"}