{"id":16465030,"url":"https://github.com/ajoberstar/psgitdotfiles","last_synced_at":"2025-10-27T12:31:49.339Z","repository":{"id":144860933,"uuid":"109543266","full_name":"ajoberstar/PSGitDotfiles","owner":"ajoberstar","description":"PowerShell module for managing dotfiles with Git","archived":false,"fork":false,"pushed_at":"2022-08-13T17:35:12.000Z","size":15,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-06T20:51:52.309Z","etag":null,"topics":["dotfiles","git","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/ajoberstar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-11-05T01:33:36.000Z","updated_at":"2024-08-24T02:22:40.000Z","dependencies_parsed_at":"2024-01-14T16:08:26.513Z","dependency_job_id":"2977144c-d59d-47ec-89e5-a097bd4abb84","html_url":"https://github.com/ajoberstar/PSGitDotfiles","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2FPSGitDotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2FPSGitDotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2FPSGitDotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajoberstar%2FPSGitDotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajoberstar","download_url":"https://codeload.github.com/ajoberstar/PSGitDotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238497494,"owners_count":19482264,"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","git","powershell"],"created_at":"2024-10-11T11:31:40.603Z","updated_at":"2025-10-27T12:31:49.335Z","avatar_url":"https://github.com/ajoberstar.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSGitDotfiles\n\n\u003e [!IMPORTANT]\n\u003e This project is now maintained on [SourceHut](https://git.sr.ht/~ajoberstar/PSGitDotfiles)\n\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PSGitDotfiles.svg)](https://www.powershellgallery.com/packages/PSGitDotfiles)\n\nA simple Git-based dotfiles approach.\n\n## What is it?\n\n[This approach](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/) is based on using a bare Git repository in your home directory and an alias to make it easy to work with that repository.\n\n## How do I use it?\n\n### Installation\n\nUse PowershellGet to install from PowerShell Gallery.\n\n```powershell\nInstall-Module -Name PSGitDotfiles\n```\n\n### Starting from scratch\n\n```powershell\n# The Uri can be ommitted if you want to add the remote later (or don't plan to use one)\nInitialize-GitDotfiles -Uri 'https://github.com/username/dotfiles.git'\n\n# You can use \"dot\" instead of \"Invoke-GitDotfiles\"\nInvoke-GitDotfiles add .gitconfig\nInvoke-GitDotfiles add .atom/config.cson\n\nInvoke-GitDotfiles commit -m 'adding first files'\nInvoke-GitDotfiles push -u origin master\n```\n\n### Copying to another computer\n\n```powershell\nInstall-GitDotfiles -Uri 'https://github.com/username/dotfiles.git'\n```\n\n### Removing the repo\n\n```powershell\nUninstall-GitDotfiles\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajoberstar%2Fpsgitdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajoberstar%2Fpsgitdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajoberstar%2Fpsgitdotfiles/lists"}