{"id":16709335,"url":"https://github.com/mrlesmithjr/dotfiles","last_synced_at":"2025-04-10T05:34:07.184Z","repository":{"id":21976500,"uuid":"94598585","full_name":"mrlesmithjr/dotfiles","owner":"mrlesmithjr","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-10T20:31:43.000Z","size":1016,"stargazers_count":26,"open_issues_count":4,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T06:51:47.240Z","etag":null,"topics":["ansible","ansible-virtual-environments","brew-packages","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrlesmithjr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-06-17T03:40:41.000Z","updated_at":"2024-07-23T14:22:23.000Z","dependencies_parsed_at":"2025-02-16T16:34:52.224Z","dependency_job_id":"e6e361cd-0259-4cc2-8cfb-acd56d91494b","html_url":"https://github.com/mrlesmithjr/dotfiles","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlesmithjr%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrlesmithjr","download_url":"https://codeload.github.com/mrlesmithjr/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248163300,"owners_count":21057905,"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":["ansible","ansible-virtual-environments","brew-packages","dotfiles"],"created_at":"2024-10-12T20:04:36.031Z","updated_at":"2025-04-10T05:34:07.140Z","avatar_url":"https://github.com/mrlesmithjr.png","language":"Shell","funding_links":["https://www.buymeacoffee.com/mrlesmithjr"],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nA collection of my `.dotfiles` including a [setup](setup.sh) script. This script will\nset up all the things.\n\n## Build Status\n\n### GitHub Actions\n\n![Dotfiles Testing](https://github.com/mrlesmithjr/dotfiles/workflows/Dotfiles%20Testing/badge.svg)\n\n## Usage\n\n### Clone down to your `$HOME` folder\n\n```bash\ncd ~\ngit clone https://github.com/mrlesmithjr/dotfiles .dotfiles --recursive\n```\n\n### Setup\n\nThe following will be set up using this method:\n\n- dotfiles\n- Python\n- Brew\n\n#### Full Install\n\n```bash\ncd ~/.dotfiles\n./install\n```\n\n#### Minimal Install\n\n```bash\ncd ~/.dotfiles\n./minimal-install\n```\n\n## Various Setting Info\n\n### .bashrc and .bash_profile\n\nTo make this portable between `Linux` and `macOS` we need to use both. The\nthe reason is that for `macOS` the default is to use `.bash_profile` and ignore\n`.bashrc` whereas on `Linux` `.bash_profile` is only used for interactive\nlogins (ssh, terminal, etc.) and ignored from GUI-based terminal sessions.\n\nAnd then we can add all of our goodies to `.bashrc`. And in doing so,\neverything works as planned in all scenarios between `Linux` and `macOS`.\n\n### .gitconfig\n\nMake sure to reset the user, email, and other personal settings. Or you'll be using mine.\n\n```bash\n git config --global --unset commit.gpgsign\n git config --global --unset gpg.format\n git config --global --unset gpg.ssh.allowedsignersfile\n git config --global --unset gpg.ssh.program\n git config --global --unset user.email\n git config --global --unset user.name\n git config --global --unset user.signingkey\n```\n\n## Homebrew Bundles\n\nI've included a few different options to install Homebrew packages for simplicity.\n\n### Homebrew minimal\n\nTo install a minimal setup execute:\n\n```bash\nbrew bundle --file homebrew/Brewfile.minimal\n```\n\n### Homebrew full\n\nTo install a full setup execute either:\n\n```bash\nbrew bundle --file homebrew/Brewfile\n```\n\nor:\n\n```bash\nbrew bundle --global\n```\n\n## License\n\nMIT\n\n## Author Information\n\nLarry Smith Jr.\n\n- [@mrlesmithjr](https://www.twitter.com/mrlesmithjr)\n- [EverythingShouldBeVirtual](http://everythingshouldbevirtual.com)\n- [mrlesmithjr@gmail.com](mailto:mrlesmithjr@gmail.com)\n\n\u003ca href=\"https://www.buymeacoffee.com/mrlesmithjr\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlesmithjr%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrlesmithjr%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrlesmithjr%2Fdotfiles/lists"}