{"id":20015177,"url":"https://github.com/bdronneau/dotfiles","last_synced_at":"2026-04-15T14:39:34.256Z","repository":{"id":37294021,"uuid":"160807869","full_name":"bdronneau/dotfiles","owner":"bdronneau","description":"Make life easier with dotfiles","archived":false,"fork":false,"pushed_at":"2026-04-09T12:33:04.000Z","size":1469,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-09T14:29:25.352Z","etag":null,"topics":["bash","bash-script","dotfiles"],"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/bdronneau.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":"CODEOWNERS","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":"2018-12-07T10:17:05.000Z","updated_at":"2026-04-09T12:33:09.000Z","dependencies_parsed_at":"2023-10-13T03:40:56.296Z","dependency_job_id":"a0e670ca-4b2c-4074-88bf-533a7027fc78","html_url":"https://github.com/bdronneau/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bdronneau/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdronneau%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdronneau%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdronneau%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdronneau%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdronneau","download_url":"https://codeload.github.com/bdronneau/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdronneau%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31846418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","bash-script","dotfiles"],"created_at":"2024-11-13T07:45:16.855Z","updated_at":"2026-04-15T14:39:34.249Z","avatar_url":"https://github.com/bdronneau.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n\u003c!-- markdownlint-disable MD013 MD002 --\u003e\n\n[![](https://github.com/bdronneau/dotfiles/workflows/shellcheck/badge.svg)](https://github.com/bdronneau/dotfiles/actions?query=branch%3Amaster)\n\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=bdronneau_dotfiles\u0026metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=bdronneau_dotfiles) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=bdronneau_dotfiles\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=bdronneau_dotfiles) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=bdronneau_dotfiles\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=bdronneau_dotfiles) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=bdronneau_dotfiles\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=bdronneau_dotfiles)\n\nYet another `.dotfiles` repository\n\n## Installation\n\n_debug_: `DOTFILES_DEBUG=true`\n\n```bash\ngit clone --depth 1 git@github.com:bdronneau/dotfiles.git\nbash ./dotfiles/install.sh\n```\n\n## Configuration\n\nOn start if `DOTFILES_CONFIG` is not defined, script will ask to load one of configuration file available in `config/`.\n\nScript search for `DOTFILES_filenamefrominstalldir` environment variable. For example, if `export DOTFILES_NODE=true` so install/node.sh will be take care in consideration.\n\nThis is reverse from \u003chttps://github.com/ViBiOh/dotfiles#configuration\u003e\n\n## Bash\n\n### Compatibility\n\nSince a using an os with old bash version, backward is implement\n\n```bash\nlocal OS=$(uname -s | tr '[:upper:]' '[:lower:]')\n```\n\ninstead of\n\n```bash\nlocal ARCH=$(uname -m)\necho \"${ARCH,,}\"\n```\n\n### Mac\n\n### Default shells\n\nChanging the default shell (done by `install/_packages.sh`)\n\n```bash\nsudo -s\necho $(brew --prefix)/bin/bash \u003e\u003e /etc/shells\nchsh -s $(brew --prefix)/bin/bash\n```\n\nAnd also for current user\n\n```bash\nchsh -s $(brew --prefix)/bin/bash\n```\n\n## Manual actions\n\n### Debian\n\n```shell\nsudo apt update \u0026\u0026 sudo apt install -y git\n```\n\n### Manjaro\n\n```bash\nsudo pacman -S vim gcc\n```\n\nin `.localrc`\n\n```bash\nexport WORKON_HOME=~/.virtualenvs\nsource /usr/bin/virtualenvwrapper.sh\n```\n\n## Testing\n\nUsing [shellcheck](https://www.shellcheck.net/).\n\n### Run\n\n```bash\nshellcheck -P bin/ -x bin/utils.sh init.sh\nshellcheck -P bin/ -x bin/utils.sh install/*.sh\n```\n\n## Links\n\n- Based on work done by [@ViBiOh](https://github.com/ViBiOh/dotfiles)\n- \u003chttps://github.com/alrra/dotfiles\u003e\n- \u003chttps://github.com/cowboy/dotfiles\u003e\n- \u003chttps://github.com/mathiasbynens/dotfiles\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdronneau%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdronneau%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdronneau%2Fdotfiles/lists"}