{"id":24520800,"url":"https://github.com/creativecodecat/dotfiles_aptbase","last_synced_at":"2026-05-06T02:38:11.192Z","repository":{"id":251410649,"uuid":"837120444","full_name":"CreativeCodeCat/DotFiles_APTBase","owner":"CreativeCodeCat","description":"My DotFiles for APT based distros","archived":false,"fork":false,"pushed_at":"2025-02-06T20:23:43.000Z","size":23101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T14:48:43.642Z","etag":null,"topics":["apt","debian","dotfiles","linux","popos","ubuntu"],"latest_commit_sha":null,"homepage":"","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/CreativeCodeCat.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-08-02T08:58:13.000Z","updated_at":"2025-02-06T20:23:47.000Z","dependencies_parsed_at":"2024-12-21T22:52:08.856Z","dependency_job_id":null,"html_url":"https://github.com/CreativeCodeCat/DotFiles_APTBase","commit_stats":null,"previous_names":["hecodes2much/dotfiles_popos","creativecodecat/dotfiles_aptbase"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2FDotFiles_APTBase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2FDotFiles_APTBase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2FDotFiles_APTBase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2FDotFiles_APTBase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CreativeCodeCat","download_url":"https://codeload.github.com/CreativeCodeCat/DotFiles_APTBase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243725634,"owners_count":20337670,"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":["apt","debian","dotfiles","linux","popos","ubuntu"],"created_at":"2025-01-22T02:39:28.850Z","updated_at":"2025-10-26T14:09:26.155Z","avatar_url":"https://github.com/CreativeCodeCat.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Dotfiles\n\nThis repository contains my personal configuration files (dotfiles) for various applications and tools. I use a bare Git repository to manage and version these files.\n\n## Getting Started\n\nTo clone and manage your dotfiles using a bare Git repository, follow these steps:\n\n### 1. Clone the Repository\n\nClone the repository into a `dotfiles` directory in your home directory:\n\n```sh\ngit clone --bare git@github.com:CreativeCodeCat/DotFiles_APTBase.git $HOME/.dotfiles\n```\n\n### 2. Define an Alias\n\nDefine an alias to simplify Git commands for managing your dotfiles:\n\n```sh\nalias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'\n```\n\n### 3. Checkout the Repository\n\nCheckout the actual content from the repository to your home directory:\n\n```sh\ndotfiles checkout\n```\n\nIf you encounter errors because some files already exist, back them up or remove them before retrying the checkout command.\n\n### 4. Configure Git to Ignore Untracked Files\n\nConfigure the repository to not show untracked files to keep your home directory clean:\n\n```sh\ndotfiles config --local status.showUntrackedFiles no\n```\n\n## Usage\n\nWith the alias defined, you can now manage your dotfiles using standard Git commands prefixed with `dotfiles`.\n\n### Examples:\n\n- Add a file:\n\n  ```sh\n  dotfiles add .vimrc\n  ```\n\n- Commit changes:\n\n  ```sh\n  dotfiles commit -m \"Add vim configuration\"\n  ```\n\n- Push changes:\n\n  ```sh\n  dotfiles push\n  ```\n\n- Pull changes:\n\n  ```sh\n  dotfiles pull\n  ```\n\n## Customization\n\nYou can customize this setup to include additional files or directories by adding them to the repository and committing the changes.\n\n## Backup and Restore\n\nTo backup your dotfiles, simply push your changes to the remote repository. To restore them on a new machine, follow the cloning and checkout steps above.\n\n## Additional Resources\n\n- [Dotfiles Git Tutorial](https://www.atlassian.com/git/tutorials/dotfiles)\n- [Managing Dotfiles with Git](https://www.anishathalye.com/2014/08/03/managing-your-dotfiles/)\n\n## License\n\nThis repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativecodecat%2Fdotfiles_aptbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativecodecat%2Fdotfiles_aptbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativecodecat%2Fdotfiles_aptbase/lists"}