{"id":20619924,"url":"https://github.com/zedseven/bashrc","last_synced_at":"2026-04-16T04:02:18.536Z","repository":{"id":77012728,"uuid":"411272419","full_name":"zedseven/bashrc","owner":"zedseven","description":"My personal bashrc file. Makes the terminal look comfortable, and provides a number of Bash aliases.","archived":false,"fork":false,"pushed_at":"2023-01-28T02:54:16.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T00:54:44.921Z","etag":null,"topics":["bashrc-configs","cargo","cargo-plugin","cargo-subcommand","cli","command-line","rust","terminal"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zedseven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2021-09-28T12:28:41.000Z","updated_at":"2023-01-13T16:28:07.000Z","dependencies_parsed_at":"2023-02-28T20:00:29.416Z","dependency_job_id":null,"html_url":"https://github.com/zedseven/bashrc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zedseven/bashrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedseven%2Fbashrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedseven%2Fbashrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedseven%2Fbashrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedseven%2Fbashrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zedseven","download_url":"https://codeload.github.com/zedseven/bashrc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedseven%2Fbashrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["bashrc-configs","cargo","cargo-plugin","cargo-subcommand","cli","command-line","rust","terminal"],"created_at":"2024-11-16T12:12:50.609Z","updated_at":"2026-04-16T04:02:18.444Z","avatar_url":"https://github.com/zedseven.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bashrc\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nMy personal `.bashrc` file. Makes the terminal look comfortable, and provides a\nnumber of Bash aliases mainly focused around Rust and its associated tools.\n\n## Terminal\n![A screenshot of how the terminal looks with the modifications made by this file](Terminal.png)\n\nIn the above screenshot, the two commands are `cargo clean` and\n`cargo build --release`, respectively. (the first one isn't `cc` as you might\nexpect because I have that aliased to `cargo clippy`)\n\n## Aliases\nAliases are designed to be as short as possible without conflicting with each\nother or with standard tools \u0026 commands.\n\nThis can lead to them being a little hard to remember if not used frequently.\nAs such, an `aliases` alias is also provided to list them all, though really\nit just wraps the existing Bash `alias` default command.\n\nMany of the aliases are more than just simple redirects - a lot of them apply\nswitches and CLI arguments to achieve certain expected behaviour.\n\nSome notable alias types:\n- General Bash commands\n\t- Making `ls` provide certain information and display a certain way by\n\tdefault\n\t- Shortening `exit` and `clear` to single characters\n- Git commands for common operations\n\t- Automatically sign all commits\n- An absolute ton of [Cargo](https://doc.rust-lang.org/cargo/) commands\nand Rust tools\n    - Many of which have variants for Debug/Release mode\n    - `no-std` checking alias that runs [`cargo nono`](https://github.com/hobofan/cargo-nono)\n\tthen builds for a target that doesn't support `std`\n    - Meant to be used alongside [my Rust project template](https://github.com/zedseven/rust-template-general)\n\n## Used Tools\n- Git\n- Rust (`nightly`)\n- [Clippy](https://github.com/rust-lang/rust-clippy)\n- [Miri](https://github.com/rust-lang/miri)\n- [cargo-generate](https://github.com/cargo-generate/cargo-generate)\n- [cargo-expand](https://github.com/dtolnay/cargo-expand)\n- [cargo-nono](https://github.com/hobofan/cargo-nono)\n- [cargo-license](https://github.com/onur/cargo-license)\n- [cargo-outdated](https://github.com/kbknapp/cargo-outdated)\n\n## Environment\nCurrently (as of 2021-11-06) used with [Git For Windows](https://gitforwindows.org/),\nthough it should work without modification on an actual Linux Bash\ninstallation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzedseven%2Fbashrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzedseven%2Fbashrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzedseven%2Fbashrc/lists"}