{"id":17295694,"url":"https://github.com/bnb/dotfiles","last_synced_at":"2025-08-30T20:07:04.104Z","repository":{"id":41498825,"uuid":"349212212","full_name":"bnb/dotfiles","owner":"bnb","description":"Personal dotfiles, for discoverability and portability","archived":false,"fork":false,"pushed_at":"2024-06-25T23:33:24.000Z","size":341,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-24T20:42:10.765Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bnb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-03-18T20:44:29.000Z","updated_at":"2024-12-19T05:47:17.000Z","dependencies_parsed_at":"2024-10-15T11:10:59.733Z","dependency_job_id":null,"html_url":"https://github.com/bnb/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bnb/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bnb","download_url":"https://codeload.github.com/bnb/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnb%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272900157,"owners_count":25012033,"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-08-30T02:00:09.474Z","response_time":77,"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":[],"created_at":"2024-10-15T11:10:58.341Z","updated_at":"2025-08-30T20:07:04.080Z","avatar_url":"https://github.com/bnb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nthis is a simple home for my dotfiles. Zero automation in it, just the source for each dotfile respectively and an `install.md` file that surfaces the tools needed for the envirionment to be set up successfully.\n\n## curl pipe bash (Installation)\n\n**macOS**:\n```sh\ncurl https://github.com/bnb/dotfiles/blob/main/setup/macos.sh | bash\n```\n\n## Contents\n\n  * [./configs/zsh](./configs/zsh): the majority of the configuration files in this repo, focused on setting up my zsh environment. There's a pretty good [README.md](./configs/zsh/README.md) in that redirectory that gives a lot more context.\n  * [.gitconfig](./.gitconfig): my basic .gitconfig.\n  * [.npmrc](./.npmrc): my basic .npmrc.\n  * [install.md](./install.md): a list of things that should probably be installed.\n\n## Example `.zshrc`\n\nJust a central place to document the frontmatter comment I like to put in every computer's `.zshrc` after this repo has been cloned. This is duplicated in [Setup 3](./setup/generate-zshrc.sh)\n  \n```sh\n# Environemnt Variables:\n#\n#  $PERSONAL_DOTFILES_PATH: path to my personal dotfiles repo\n#  $PERSONAL_SETUP_LINUXBREW: if this is a machine you want to use linuxbrew on, set this to\n#  $PERSONAL_SETUP_MACOS: if this is a macOS machine, set to `true`\n#  $PERSONAL_SETUP_FNM: if you'd like to include the shell scripts that make fnm work, set to `true`\n#  $PERSONAL_SETUP_NVM: if you'd like to include the shell scripts that make nvm work, set to `true`\n#  $PERSONAL_SETUP_STARSHIP: if using starship.rs, set to `true`\n#  $PERSONAL_SETUP_WORK: if this is a work machine, set to `true`\n#  $PERSONAL_SETUP_ZSHPLUGINS: if you want to enable my personal plugin config, set to `true`\n\n# export PERSONAL_DOTFILES_PATH=\"$HOME/GitHub/bnb/dotfiles\"\n# export PERSONAL_SETUP_LINUXBREW=true\n# export PERSONAL_SETUP_MACOS=true\n# export PERSONAL_SETUP_FNM=true\n# export PERSONAL_SETUP_NVM=true\n# export PERSONAL_SETUP_STARSHIP=true\n# export PERSONAL_SETUP_WORK=true\n# export PERSONAL_SETUP_ZSHPLUGINS=true\n\n# source $PERSONAL_DOTFILES_PATH/configs/zsh/.zshrc\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnb%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbnb%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnb%2Fdotfiles/lists"}