{"id":15717701,"url":"https://github.com/deadsoul/dsbash","last_synced_at":"2025-10-14T19:30:33.899Z","repository":{"id":151089540,"uuid":"61461316","full_name":"DeaDSouL/dsBash","owner":"DeaDSouL","description":"Your smart organized Linux \u0026 MacOSX bash configurations","archived":true,"fork":false,"pushed_at":"2023-12-21T19:30:40.000Z","size":47,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T11:35:51.676Z","etag":null,"topics":["alias","aliases","bash","bashrc","bashrc-configs","bashrc-files","config-management","configuration-file","configuration-files","configuration-management","dotfiles","linux","mac-osx","macosx","rc-files","userspace"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeaDSouL.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":"2016-06-19T02:33:04.000Z","updated_at":"2023-12-23T11:43:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa1af0a7-6e1f-45fd-840d-5aad5759f27f","html_url":"https://github.com/DeaDSouL/dsBash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DeaDSouL/dsBash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeaDSouL%2FdsBash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeaDSouL%2FdsBash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeaDSouL%2FdsBash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeaDSouL%2FdsBash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeaDSouL","download_url":"https://codeload.github.com/DeaDSouL/dsBash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeaDSouL%2FdsBash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020650,"owners_count":26086898,"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-14T02:00:06.444Z","response_time":60,"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":["alias","aliases","bash","bashrc","bashrc-configs","bashrc-files","config-management","configuration-file","configuration-files","configuration-management","dotfiles","linux","mac-osx","macosx","rc-files","userspace"],"created_at":"2024-10-03T21:51:04.006Z","updated_at":"2025-10-14T19:30:33.646Z","avatar_url":"https://github.com/DeaDSouL.png","language":"Shell","readme":"# IMPORTANT\nThe repository has been moved to [GitLab.com/DeaDSouL/dsBash](https://gitlab.com/DeaDSouL/dsBash).\n\n\n# dsBash\nYour smart organized Linux \u0026amp; MacOSX bash configurations\n\n\n### Author\n Author: Mubarak Alrashidi (DeadSouL)\nPackage: dsBash\n\n\n### Source note:\nI'm using the Vim's `marker` method to fold/unfold sections in the source code. To enable it, edit any file with Vim, then type:\n```\n:set foldmethod=marker\n```\nTo toggle folding use `za`.\n\n\n### The idea of dsBash\nTo have an easy way to setup your bash environment cross your `Linux` distros and `MacOSX` to act the way you used to, and have your custom aliases\n\n\n### dsBash files:\n    Has two main types:\n        1. `alias`: which will contain your aliases, categorized in 3 sections\n            A. Aliases that would work on `Linux`, should be in `alias.linux`\n            B. Aliases that would work on `MacOSX`, should be in `alias.mac`\n            C. Aliases that would work on both `Linux` and `MacOSX`, should be in `alias.maclin`\n        2. `bashrc` which will contain your bashrc\n            The same concept of `aliases` applies to `bashrc.linux`, `bashrc.mac` and `bashrc.maclin`\n\n    After installation, it will automatically detect your operating system and loads the right `aliases` and `bashrcs` \n    So that it can work fine on both `Linux` and `MacOSX`.\n\n\n### Installation\nOnce you cloned the repo, do the following\n\n1. Modify `PATH/TO/dsBash/bashrc`:\n\n    and set your terminal's background whether it's `light` or `dark`\n\n\n2. Install `dsBash`:\n\n    $ PATH/TO/dsBash/./install.sh\n\n\nThat's it :)\n\n\n### How to use it?\n\nTo list all available aliases:\n```\n$ ds.alias_all\n```\n\nTo list which OS aliases are being loaded:\n```\n$ ds.alias_loaded\n```\n\nTo list the loaded Linux aliases:\n```\n$ ds.alias_linux\n```\n\nTo list the loaded MacOSX aliases:\n```\n$ ds.alias_mac\n```\n\nTo list the loaded MacLin aliases:\n```\n$ ds.alias_maclin\n```\n\nTo search through loaded aliases:\n```\n$ ds.alias_search [KEYWORD]\n```\n\nE.g: Searching for keyword 'kill':\n```\n$ ds.alias_search kill\n           ds.k9 :    Kill 9 process by process-id.\n          ds.k9n :    Kill 9 process by process-name.\n       ds.k9user :    Kill 9 user by user-name.\n```\n\n\n### Finally,...\nEnjoy :)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadsoul%2Fdsbash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeadsoul%2Fdsbash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadsoul%2Fdsbash/lists"}