{"id":17783580,"url":"https://github.com/skalt/dot","last_synced_at":"2026-05-15T12:36:18.795Z","repository":{"id":139644523,"uuid":"423225551","full_name":"SKalt/dot","owner":"SKalt","description":"The start of your dotfiles!","archived":false,"fork":false,"pushed_at":"2024-11-11T01:52:51.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T22:33:42.912Z","etag":null,"topics":["dotfiles","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SKalt.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":"2021-10-31T18:12:31.000Z","updated_at":"2024-11-11T01:52:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbde1867-249b-4248-bbe1-e92a8735d161","html_url":"https://github.com/SKalt/dot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SKalt/dot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKalt%2Fdot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKalt%2Fdot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKalt%2Fdot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKalt%2Fdot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SKalt","download_url":"https://codeload.github.com/SKalt/dot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKalt%2Fdot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264432392,"owners_count":23607419,"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","shell"],"created_at":"2024-10-27T07:43:15.422Z","updated_at":"2026-05-15T12:36:13.771Z","avatar_url":"https://github.com/SKalt.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dot\nThe start of your dotfiles: an easy setup script for managing your entire `$HOME` directory using `git`.\n\n## Usage\n\n1. read [`./dotfiles_init.sh`](./dotfiles_init.sh) carefully\n2. download it with\n    ```sh\n    target_file=\"/tmp/dotfiles_init.sh\"\n    url=https://raw.githubusercontent.com/SKalt/dot/main/dotfiles_init.sh\n\n    curl -Lo \"$target_file\" \"$url\"\n    # `-L` means follow redirects\n    # `-o \"$target_file\"` where to put the download\n\n    # check you're getting what you expected:\n    shasum -a 256 \"$target_file\"\n    # should print 70af2e23b654eec050d831e6385c3fcf92cdf2b2102813e13cdbc4f8641f7939  /tmp/dotfiles_init.sh\n    ```\n3. run the setup script with\n    ```sh\n    chmod +x /tmp/dotfiles_init.sh\n    /tmp/dotfiles_init.sh\n    ```\n4. Manage your home directory as a bare git directory, using `dotfiles` as an alias for `git`\n\n5. When you want to set up a new machine with your existing dotfiles:\n    ```sh\n    # make sure you've moved all pre-existing dotfiles to other backup locations.\n    # For example, you might`mv ~/.bashrc ~/.bashrc.bak`\n    dotfiles_git_dir=\"${dotfiles_git_dir:-$HOME/.dotfiles.git}\"\n    git clone --bare \"$your_dotfiles_repo\" \"$dotfiles_git_dir\"\n    alias dotfiles=\"git --git-dir=\\\"$dotfiles_git_dir\\\" --work-tree=\\\"$HOME\\\"\"\n    dotfiles config core.excludesFile \"$HOME/.dotfiles/dotfiles_exclude\"\n    dotfiles checkout\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskalt%2Fdot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskalt%2Fdot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskalt%2Fdot/lists"}