{"id":20148428,"url":"https://github.com/stablecaps/stablecaps_bashrc","last_synced_at":"2026-06-08T08:02:45.635Z","repository":{"id":186425979,"uuid":"675157085","full_name":"stablecaps/stablecaps_bashrc","owner":"stablecaps","description":"A lightweight bashrc suitable for rapid installation on multiple machines","archived":false,"fork":false,"pushed_at":"2024-04-13T23:10:19.000Z","size":4434,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-04-14T00:25:45.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/stablecaps.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}},"created_at":"2023-08-06T01:25:22.000Z","updated_at":"2024-04-15T00:38:23.676Z","dependencies_parsed_at":"2024-01-16T00:55:17.258Z","dependency_job_id":"65f4aa14-a6cd-42e9-adcb-9a7d915c7dce","html_url":"https://github.com/stablecaps/stablecaps_bashrc","commit_stats":null,"previous_names":["stablecaps/stablecaps_bashrc"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stablecaps%2Fstablecaps_bashrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stablecaps%2Fstablecaps_bashrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stablecaps%2Fstablecaps_bashrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stablecaps%2Fstablecaps_bashrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stablecaps","download_url":"https://codeload.github.com/stablecaps/stablecaps_bashrc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587787,"owners_count":19986628,"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":[],"created_at":"2024-11-13T22:37:35.998Z","updated_at":"2026-06-08T08:02:45.629Z","avatar_url":"https://github.com/stablecaps.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stablecaps bashrc\n\n## Premise\nSlimmed down sysadmin .bashrc that should hopefully have minimal system dependencies. Created over a decade from stuff I found on the net, wrote myself and borrowed from the excellent [bash-it](https://github.com/Bash-it/bash-it), and [ohmyzsh](https://ohmyz.sh/).\n\n## Extended Documentation \u003e\u003e https://stablecaps.github.io/stablecaps_bashrc/\n\n## Installation - Git Clone\n```\ncd\ngit clone https://github.com/stablecaps/stablecaps_bashrc.git\nmv .bashrc .your_old_bashrc\nln -fs ~/stablecaps_bashrc/_bashrc ~/.bashrc\nsource ~/.bashrc\n```\n\n## Installation - wget \u0026 unzip\n```sh\n\nsudo apt install wget jq unzip\n\ncd\nmv .bashrc .your_old_bashrc\n#\nRELEASE_VERSION=$(wget -q -nv -O- \"https://api.github.com/repos/stablecaps/stablecaps_bashrc/releases/latest\" | jq '.tag_name' | sed 's|v||g' | sed 's|\"||g')\nwget https://github.com/stablecaps/stablecaps_bashrc/archive/refs/tags/v${RELEASE_VERSION}.zip -O stablecaps_bashrc.zip\nunzip stablecaps_bashrc.zip\nmv stablecaps_bashrc-${RELEASE_VERSION} stablecaps_bashrc\nln -fs ~/stablecaps_bashrc/_bashrc ~/.bashrc\nsource ~/.bashrc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstablecaps%2Fstablecaps_bashrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstablecaps%2Fstablecaps_bashrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstablecaps%2Fstablecaps_bashrc/lists"}