{"id":20030743,"url":"https://github.com/algram/dots","last_synced_at":"2025-09-14T16:16:13.580Z","repository":{"id":70627094,"uuid":"143595657","full_name":"Algram/dots","owner":"Algram","description":"⚙️ dotfiles for my workstation setup ","archived":false,"fork":false,"pushed_at":"2025-02-11T22:58:50.000Z","size":21066,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T03:36:20.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Algram.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2018-08-05T08:22:02.000Z","updated_at":"2025-02-11T22:58:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6b4bc88-208d-4f0c-9e46-feaa3b0e0c22","html_url":"https://github.com/Algram/dots","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Algram/dots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Algram%2Fdots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Algram%2Fdots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Algram%2Fdots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Algram%2Fdots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Algram","download_url":"https://codeload.github.com/Algram/dots/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Algram%2Fdots/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275130122,"owners_count":25410639,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"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":[],"created_at":"2024-11-13T09:28:02.657Z","updated_at":"2025-09-14T16:16:13.546Z","avatar_url":"https://github.com/Algram.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  ⚙️ Dots\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  configs, scripts, quality of life\n\u003c/p\u003e\n\n## Usage\n\nThis is everything to set up my workstation. All that needs to be done is renaming the `secrets-template.nix` to `secrets.nix` and fill out the variables.\n\nAfterwards only a single command is needed to set it up:\n\n```bash\nnixos-install\n```\n\n## Dotfiles\n\nThe dotfiles setup is based on the concept from [jaagr](https://github.com/jaagr/dots). Basically everything is managed with a git repository and the `dots` alias.\n\n### Alias\n\n```sh\nalias dots='git --git-dir=$HOME/.dots/ --work-tree=$HOME'\n```\n\n### Setup\n\n```sh\ngit init --bare $HOME/.dots\ndots remote add origin https://github.com/Algram/dots.git\n```\n\n### Configuration\n\n```sh\ndots config status.showUntrackedFiles no\n```\n\n### Usage\n\n```sh\n# Use the dots alias like you would use the git command\ndots status\ndots add --update ...\ndots commit -m \"...\"\ndots push\n\n# Listing files (tracked by git)\ndots ls-files\ndots ls-files .config/polybar/\n```\n\n### Replication\n\n```sh\ngit clone --recursive --separate-git-dir=$HOME/.dots https://github.com/Algram/dots.git /tmp/dots\nrsync -rvl --exclude \".git\" /tmp/dots/ $HOME/\nrm -r /tmp/dots\ndots submodule update --init --recursive $HOME/\n```\n\n## Wallpaper\n\n- https://unsplash.com/photos/Z4wF0h47fy8\n- https://unsplash.com/photos/VNseEaTt9w4\n- https://unsplash.com/photos/JgOeRuGD_Y4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgram%2Fdots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgram%2Fdots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgram%2Fdots/lists"}