{"id":19364331,"url":"https://github.com/davidfstr/dotfiles","last_synced_at":"2025-07-17T00:33:59.828Z","repository":{"id":5156127,"uuid":"6324528","full_name":"davidfstr/dotfiles","owner":"davidfstr","description":"My command line customizations for OS X.","archived":false,"fork":false,"pushed_at":"2024-08-22T18:38:22.000Z","size":68,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T05:27:04.273Z","etag":null,"topics":["dotfiles"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"twilio/twilio-ruby","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidfstr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2012-10-21T19:36:45.000Z","updated_at":"2024-08-22T18:38:26.000Z","dependencies_parsed_at":"2023-10-14T18:45:06.345Z","dependency_job_id":"5f6f565f-260b-4b20-a11a-ccbae101159d","html_url":"https://github.com/davidfstr/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidfstr/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidfstr","download_url":"https://codeload.github.com/davidfstr/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265554790,"owners_count":23787280,"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":["dotfiles"],"created_at":"2024-11-10T07:37:06.850Z","updated_at":"2025-07-17T00:33:59.803Z","avatar_url":"https://github.com/davidfstr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# davidfstr's dotfiles\n\nThese are my customizations for the command line on OS X.\n\nYou may find them useful if you use a similar technology stack:\n\n* OS X\n* bash\n* git+gitx, svn, cvs\n\nFor more information about \"dotfiles\" in general, consider reading [holman's post on dotfiles](http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/).\n\n\n## Requirements\n\n* OS X 10.7 (Lion) or later\n* `bash` as your default shell\n\n\n## Installation\n\n* Clone this repository to `~/.dotfiles`.\n* Ensure that your `~/.bash_profile` includes at the top:\n\n```\n# Execute .bashrc\nsource ~/.bashrc\n```\n\n* Ensure that your `~/.bashrc` includes at the top:\n\n```\n# If not running interactively, don't do anything\n[ -z \"$PS1\" ] \u0026\u0026 return\n\n# Execute shared bashrc\nsource \"$HOME/.dotfiles/.bashrc_shared\"\n```\n\n## Design\n\n* Simple.\n    * A single monolithic rc file.\n    * No special scripts that manage / install the dotfiles.\n* Isolated.\n    * `.bashrc_shared` is separate from the main `.bashrc`.\n        * Installers often attempt to modify `.bashrc` or `.bash_profile`.\n          Such modifications should be kept separate from the shared rc files.\n* Minimal.\n    * Only includes commands and aliases that I actually use on a regular basis.\n    * Default place to add new aliases and customizations is still the\n      machine-specific `.bashrc`.\n        * Customizations are migrated to the shared `.bashrc_shared` only\n          after it has proven useful enough to use on multiple machines.\n* Portable.\n    * Customizations are written for the `bash` shell,\n      which seems to be the default shell almost everywhere.\n\n## License\n\nThis software is licensed under the [MIT License].\n\n[MIT License]: https://github.com/davidfstr/dotfiles/blob/master/LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfstr%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidfstr%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfstr%2Fdotfiles/lists"}