{"id":16931361,"url":"https://github.com/pacso/dotfiles","last_synced_at":"2025-04-05T14:24:42.683Z","repository":{"id":17329435,"uuid":"20100494","full_name":"pacso/dotfiles","owner":"pacso","description":"Simple management of my system dotfiles","archived":false,"fork":false,"pushed_at":"2023-01-20T02:57:14.000Z","size":213,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T10:59:21.957Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/pacso.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}},"created_at":"2014-05-23T13:28:38.000Z","updated_at":"2016-08-04T20:58:20.000Z","dependencies_parsed_at":"2023-02-11T23:16:56.514Z","dependency_job_id":null,"html_url":"https://github.com/pacso/dotfiles","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacso%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacso%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacso%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacso%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pacso","download_url":"https://codeload.github.com/pacso/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247348349,"owners_count":20924549,"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":[],"created_at":"2024-10-13T20:43:49.552Z","updated_at":"2025-04-05T14:24:42.647Z","avatar_url":"https://github.com/pacso.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jon Pascoe's DotFiles [![Build Status](https://travis-ci.org/pacso/dotfiles.svg?branch=master)](https://travis-ci.org/pacso/dotfiles) [![GitHub version](https://badge.fury.io/gh/pacso%2Fdotfiles.svg)](http://badge.fury.io/gh/pacso%2Fdotfiles)\n\nMy first stab at this was a modified clone of [Ryan Bates'](https://github.com/ryanb) excellent [dotfiles project](https://github.com/ryanb/dotfiles). Whilst this one draws heavily from that project, I've completely rewritten the installer/updater script to be a little more useful/maintainable.\n\nThis was written on and designed for Mac OS X.\n\n## Installation\n\nRun the following commands in your terminal. You will be prompted before any changes are committed to your system. Check out the [Rakefile](https://github.com/pacso/dotfiles/blob/master/Rakefile) and the associated tasks in [/rakelib](https://github.com/pacso/dotfiles/blob/master/rakelib) to see exactly what it does.\n\n```terminal\ngit clone git://github.com/pacso/dotfiles ~/.dotfiles\ncd ~/.dotfiles\nrake install\n```\n\nAfter installing, open a new terminal window to see the effects.\n\n## Updating things\n\nThis project makes use of other open-source projects, such as [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh). To simplify the job of keeping them all up to date, there is a master update task to do this for you:\n\n```terminal\ncd ~/.dotfiles\nrake update\n```\n\nHowever, if for some reason you just want to update one component, you can use the namespaced update action instead:\n\n```terminal\ncd ~/.dotfiles\nrake zsh:update\n```\n\n## Uninstall\n\nTo completely remove everything, first disable and remove everything installed by this project:\n\n```terminal\ncd ~/.dotfiles\nrake uninstall\n```\n\nThen finally you can remove this project itself:\n\n```terminal\ncd; rm -r ~/.dotfiles\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacso%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacso%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacso%2Fdotfiles/lists"}