{"id":28323815,"url":"https://github.com/dotslash/dotfiles","last_synced_at":"2026-05-01T06:33:19.815Z","repository":{"id":56352706,"uuid":"242593081","full_name":"dotslash/dotfiles","owner":"dotslash","description":"Mediocre dotfiles with a nice setup script","archived":false,"fork":false,"pushed_at":"2020-11-12T18:42:08.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T00:36:04.027Z","etag":null,"topics":["dotfiles","python-script"],"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/dotslash.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":"2020-02-23T21:24:47.000Z","updated_at":"2020-11-12T18:42:11.000Z","dependencies_parsed_at":"2022-08-15T17:10:28.611Z","dependency_job_id":null,"html_url":"https://github.com/dotslash/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dotslash/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotslash%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotslash%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotslash%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotslash%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotslash","download_url":"https://codeload.github.com/dotslash/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotslash%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","python-script"],"created_at":"2025-05-25T16:15:06.908Z","updated_at":"2026-05-01T06:33:19.794Z","avatar_url":"https://github.com/dotslash.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\nSupports the config files for bashrc (or bash_profile), gitconfig, gitignore and vimrc.\n\n### Usage\n\n1. Do a dry run to see if things make sense. \n```sh\n\u003e python setup.py dry\nConfig mappings to set:\n{'/Users/dotslash/dotfiles/bashrc.sh': '~/.bash_profile',\n '/Users/dotslash/dotfiles/gitconfig': '~/.gitconfig',\n '/Users/dotslash/dotfiles/gitignore': '~/.gitignore',\n '/Users/dotslash/dotfiles/vimrc': '~/.vimrc'}\nBacked up /Users/dotslash/.vimrc to /Users/dotslash/.vimrc_1582496367.598279\nBacked up /Users/dotslash/.bash_profile to /Users/dotslash/.bash_profile_1582496367.598279\nBacked up /Users/dotslash/.gitignore to /Users/dotslash/.gitignore_1582496367.598279\nBacked up /Users/dotslash/.gitconfig to /Users/dotslash/.gitconfig_1582496367.598279\nSynlinked /Users/dotslash/.vimrc to /Users/dotslash/dotfiles/vimrc\nSynlinked /Users/dotslash/.bash_profile to /Users/dotslash/dotfiles/bashrc.sh\nSynlinked /Users/dotslash/.gitignore to /Users/dotslash/dotfiles/gitignore\nSynlinked /Users/dotslash/.gitconfig to /Users/dotslash/dotfiles/gitconfig\n====================\nIf you don't like this outcome, run the following in bash to undo:\nrsync /Users/dotslash/.vimrc_1582496367.598279 /Users/dotslash/.vimrc \u0026\u0026 rsync /Users/dotslash/.bash_profile_1582496367.598279 /Users/dotslash/.bash_profile \u0026\u0026 rsync /Users/dotslash/.gitignore_1582496367.598279 /Users/dotslash/.gitignore \u0026\u0026 rsync /Users/dotslash/.gitconfig_1582496367.598279 /Users/dotslash/.gitconfig\n```\n2. Run `python setup.py`. \n   - If you don't like the desired outcome, run the provided bash command in the output to undo. \n   - Why `rsync`? : Because I symlink from the git repo to appropriate dotfiles, doing a mv/cp might not work as you think. It will change the files in git repo as well.\n   - Why `ln -s` and not `cp` from the git repo? : Because I want to make sure changes in the git repo will reflect into the dot files.\n     - TODO(dotslash): Consider adding a way to sever the link between the git repo the dotfiles.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotslash%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotslash%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotslash%2Fdotfiles/lists"}