{"id":16229769,"url":"https://github.com/jerboa88/dotfiles","last_synced_at":"2025-04-08T05:43:46.102Z","repository":{"id":225752495,"uuid":"754400150","full_name":"jerboa88/dotfiles","owner":"jerboa88","description":"There's no place like $HOME. My dotfiles, managed with Chezmoi","archived":false,"fork":false,"pushed_at":"2024-04-15T19:37:22.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T22:01:35.328Z","etag":null,"topics":["chezmoi","config","configuration","dotfiles","dotfiles-linux","linux"],"latest_commit_sha":null,"homepage":"https://johng.io/p/dotfiles","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/jerboa88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-02-08T00:52:28.000Z","updated_at":"2024-07-26T23:02:42.000Z","dependencies_parsed_at":"2024-11-04T04:40:36.437Z","dependency_job_id":"01ba957c-601f-47a9-a0de-f0ba4e0611ed","html_url":"https://github.com/jerboa88/dotfiles","commit_stats":null,"previous_names":["jerboa88/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerboa88%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerboa88%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerboa88%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerboa88%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerboa88","download_url":"https://codeload.github.com/jerboa88/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785920,"owners_count":20995642,"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":["chezmoi","config","configuration","dotfiles","dotfiles-linux","linux"],"created_at":"2024-10-10T12:59:12.876Z","updated_at":"2025-04-08T05:43:45.552Z","avatar_url":"https://github.com/jerboa88.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Project Header --\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg class=\"projectLogo\" src=\"icon.svg\" alt=\"Project logo\" title=\"Project logo\" width=\"256\"\u003e\n\n  \u003ch1 class=\"projectName\"\u003eDotfiles\u003c/h1\u003e\n\n  \u003cp class=\"projectBadges\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/type-Config-2196f3.svg\" alt=\"Project type\" title=\"Project type\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/top/jerboa88/dotfiles.svg\" alt=\"Language\" title=\"Language\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/repo-size/jerboa88/dotfiles.svg\" alt=\"Repository size\" title=\"Repository size\"\u003e\n    \u003ca href=\"LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/license/jerboa88/dotfiles.svg\" alt=\"Project license\" title=\"Project license\"/\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\n  \u003cp class=\"projectDesc\"\u003e\n    There's no place like $HOME. My dotfiles, managed with Chezmoi\n  \u003c/p\u003e\n\n  \u003cbr/\u003e\n\u003c/div\u003e\n\n\n## Installation\n\u003e [!NOTE]\n\u003e If you want to customize this setup to suit your needs, I'd recommend forking this repo and then replacing `jerboa88` with your own GitHub username in the commands below\n\n1. Run `sh -c \"$(curl -fsLS get.chezmoi.io/lb)\" -- init --apply jerboa88` to install [Chezmoi](https://www.chezmoi.io/) and clone the dotfiles repo. If you already have Chezmoi installed, use `chezmoi init --apply jerboa88` instead.\n2. Make a copy of your existing dotfiles in case you want to revert changes\n3. See the differences between the repo and your home directory with `chezmoi diff`.\n4. If you are okay with the changes, you can apply them to your home directory with `chezmoi apply -v`\n\n\n## Usage\nSee the [Chezmoi docs](https://www.chezmoi.io/quick-start/) for more detailed instructions.\n\n### Making local changes\n#### Adding files\nUse `chezmoi add YOUR_FILE_HERE` to add a new file to the repo. Chezmoi will make a copy of the file in `~/.local/share/chezmoi` which can then be edited or uploaded like you'd expect.\n\n#### Editing files\nI would recommend navigating to the Chezmoi directory (`~/.local/share/chezmoi`) with `chezmoi cd` and editing your files there so Chezmoi can automatically keep track of your changes. Editing files directly in your home directory is possible but it involves extra steps.\n\n#### Applying changes\nWhen you edit a file in the Chezmoi directory, changes are not immediately applied to your home directory.\n\n1. Use `chezmoi diff` to compare your home directory with the Chezmoi repo to see what changes will be applied\n1. Use `chezmoi apply -v` to actually apply the changes to your home directory\n\n### Downloading changes\nUse `chezmoi update -v` to pull changes from the remote repo and apply them to your home directory\n\n### Uploading changes\nNavigate to the Chezmoi directory with `chezmoi cd` and use standard git commands to push your changes to the remote repo.\n\nFor example:\n```\ngit add YOUR_FILE_HERE\ngit commit -m \"Your commit message here\"\ngit push\n```\n\n\n## License\nThis project is licensed under the MIT License. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerboa88%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerboa88%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerboa88%2Fdotfiles/lists"}