{"id":20955147,"url":"https://github.com/bryik/dotfiles","last_synced_at":"2026-05-18T06:08:47.938Z","repository":{"id":70396722,"uuid":"151896468","full_name":"bryik/dotfiles","owner":"bryik","description":"Helpful Bash customizations.","archived":false,"fork":false,"pushed_at":"2019-05-19T01:00:01.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T12:10:28.121Z","etag":null,"topics":["bash","wsl"],"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/bryik.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":"2018-10-07T01:37:22.000Z","updated_at":"2019-05-19T01:00:03.000Z","dependencies_parsed_at":"2023-07-15T00:31:45.177Z","dependency_job_id":null,"html_url":"https://github.com/bryik/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bryik/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryik%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryik%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryik%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryik%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryik","download_url":"https://codeload.github.com/bryik/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryik%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278343086,"owners_count":25971400,"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-04T02:00:05.491Z","response_time":63,"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":["bash","wsl"],"created_at":"2024-11-19T01:18:14.143Z","updated_at":"2025-10-04T17:11:22.071Z","avatar_url":"https://github.com/bryik.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bash-functions\n\nA collection of Bash customizations.\n\n## Install\n\n### In `~/.bashrc`\n\nCopy and paste any function or alias directly into `~/.bashrc` and then run `exec bash` (or just close and re-open your terminal).\n\n### In separate files\n\nI like to separate my aliases and functions into separate files: `~/.bash_aliases` and `~/.bash_functions`.\n\nThese can be \"imported\" into `~/.bashrc` with:\n\n```bash\n# Alias definitions.\nif [ -f ~/.bash_aliases ]; then\n    . ~/.bash_aliases\nfi\n\n# Function definitions.\nif [ -f ~/.bash_functions ]; then\n    . ~/.bash_functions\nfi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryik%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryik%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryik%2Fdotfiles/lists"}