{"id":27794562,"url":"https://github.com/rudxain/dotfiles","last_synced_at":"2026-02-26T02:38:11.008Z","repository":{"id":305150563,"uuid":"1021710739","full_name":"Rudxain/dotfiles","owner":"Rudxain","description":"My configs and profiles","archived":false,"fork":false,"pushed_at":"2026-02-26T01:23:41.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-26T01:45:06.783Z","etag":null,"topics":["aliases","apt","bash","cargo","debian","dpkg","git-config","graceful-degradation","helix-editor","inputrc","posix","productivity","quality-of-life","rust","shell","shell-prompt","terminal","termux"],"latest_commit_sha":null,"homepage":"","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/Rudxain.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-17T20:28:21.000Z","updated_at":"2026-02-26T01:23:44.000Z","dependencies_parsed_at":"2025-07-18T16:45:24.550Z","dependency_job_id":"647672bb-cd52-4791-9f01-da58a0583912","html_url":"https://github.com/Rudxain/dotfiles","commit_stats":null,"previous_names":["rudxain/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rudxain/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rudxain%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rudxain%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rudxain%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rudxain%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rudxain","download_url":"https://codeload.github.com/Rudxain/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rudxain%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29848634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"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":["aliases","apt","bash","cargo","debian","dpkg","git-config","graceful-degradation","helix-editor","inputrc","posix","productivity","quality-of-life","rust","shell","shell-prompt","terminal","termux"],"created_at":"2025-04-30T19:09:27.271Z","updated_at":"2026-02-26T02:38:11.003Z","avatar_url":"https://github.com/Rudxain.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rudxain's .files\nBased on [this](https://github.com/mathiasbynens/dotfiles)\n\nHere's how my `.bash_prompt` looks like:\n\n![](prompt.svg)\n\nYou can use `~/.sh/ext` ([POSIX](https://pubs.opengroup.org/onlinepubs/9799919799/utilities/V3_chap02.html)) and `~/.bash_ext` to:\n- add custom cmds without forking this entire repo\n- add private data\n- override settings, fns, aliases, etc..., essentially treating the repo as a default.\n\t- it's probably better to [fork this repo](https://github.com/Rudxain/dotfiles/fork) instead\n\n## Install\n\u003e [!warning]\n\u003e Review the code and remove things you don't want or need.\n\u003e\n\u003e My preferences and needs may not align with yours!\n\n### Script\n```bash\ngit clone https://github.com/Rudxain/dotfiles \\\n\u0026\u0026 cd dotfiles \\\n\u0026\u0026 source ./install.sh\n```\n\nTo do a [differential update](https://en.wikipedia.org/wiki/Incremental_backup), `cd` into your local `dotfiles` repo and then:\n```bash\n# safer\nsource ./install.sh\n```\nalt:\n```bash\n# avoid confirmation prompt\nset -- -f; source ./install.sh\n```\n\n### Min-deps\nMinimum dependencies. Portable to almost any environment.\n\nNon-Termux:\n```sh\ncd\nwget -qO- https://github.com/Rudxain/dotfiles/tarball/main | \\\ntar -xzv --strip-components 1 \\\n\t'--exclude={.termux,bin/termux-*,.gitattributes,debian,install.sh,README*,LICENSE,prompt.svg}' \\\n\u0026\u0026 \\. .profile\n```\n\nTermux:\n```sh\ncd\ncurl -#L https://github.com/Rudxain/dotfiles/tarball/main | \\\ntar -xzv --strip-components 1 --exclude={.gitattributes,debian,install.sh,README\\*,LICENSE,prompt.svg} \\\n\u0026\u0026 \\. .profile\n```\n\nTo update, just run the corresponding cmd again. The downside is that it always downloads the full contents of this repo, even if no files have changed\n\n## Updates\nI reserve the right to edit this repo in **any way** I want (including Git history, for now). So don't complain about breaking-changes.\n\nAfter an update happens, you may have some left-over files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudxain%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudxain%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudxain%2Fdotfiles/lists"}