{"id":20338197,"url":"https://github.com/billryan/dotfiles","last_synced_at":"2026-04-20T14:35:55.138Z","repository":{"id":32566939,"uuid":"36149716","full_name":"billryan/dotfiles","owner":"billryan","description":"dotfiles of my configuration under Linux/OS X/Windows","archived":false,"fork":false,"pushed_at":"2016-03-16T02:04:53.000Z","size":2607,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-14T17:38:04.439Z","etag":null,"topics":[],"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/billryan.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}},"created_at":"2015-05-24T01:02:57.000Z","updated_at":"2016-04-06T08:03:53.000Z","dependencies_parsed_at":"2022-09-07T23:20:52.688Z","dependency_job_id":null,"html_url":"https://github.com/billryan/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billryan%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billryan%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billryan%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billryan%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billryan","download_url":"https://codeload.github.com/billryan/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241863361,"owners_count":20032970,"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","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-11-14T21:12:02.163Z","updated_at":"2025-12-01T16:03:41.965Z","avatar_url":"https://github.com/billryan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\ndotfiles of my configuration files in OS X/Linux.\n\n## Architecture\n\nUse soft symlink for per-user configuration files\n\n```\nln -s dotfiles/configuration_files ~/.configuration_files\n```\n\nPrivate tokens or other secret strings should be ignored by .gitignore. You can put your private tokens in a separate file named `.env_private` and `source` it in your main configuration files. Do not forget `chmod 600 env_private`.\n\nTake my Github API token as an example, first you may set `HOMEBREW_GITHUB_API_TOKEN=xxxxx` in file `env_private`, then source it in your .zshrc.\n\n```\n# Read Private Environment file if it is present\n[ -r ~/.env_private ] \u0026\u0026 . ~/.env_private\n\n# Homebrew\nexport HOMEBREW_GITHUB_API_TOKEN=$HOMEBREW_GITHUB_API_TOKEN\n```\n\n## dircolors\n\n- [seebi/dircolors-solarized](https://github.com/seebi/dircolors-solarized)\n\n## Git\n\n## tmux\n\n- [seebi/tmux-colors-solarized](https://github.com/seebi/tmux-colors-solarized) - palette\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillryan%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillryan%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillryan%2Fdotfiles/lists"}