{"id":24967412,"url":"https://github.com/edmundmiller/dotfiles","last_synced_at":"2025-04-11T02:41:11.790Z","repository":{"id":47463195,"uuid":"91846642","full_name":"edmundmiller/dotfiles","owner":"edmundmiller","description":"For keeping all my Dotfiles update to date","archived":false,"fork":false,"pushed_at":"2025-02-08T14:42:59.000Z","size":75982,"stargazers_count":39,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T00:23:02.869Z","etag":null,"topics":["dotfiles","emacs","nix-dotfiles","nixos","nixos-configuration","vim","zsh"],"latest_commit_sha":null,"homepage":"","language":"DIGITAL Command Language","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/edmundmiller.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":"2017-05-19T21:26:29.000Z","updated_at":"2025-02-10T02:58:42.000Z","dependencies_parsed_at":"2023-10-15T16:54:48.879Z","dependency_job_id":"6dd14f1d-c306-416a-9051-29a3bae8282d","html_url":"https://github.com/edmundmiller/dotfiles","commit_stats":null,"previous_names":["edmundmiller/dotfiles"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmundmiller%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmundmiller%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmundmiller%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmundmiller%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edmundmiller","download_url":"https://codeload.github.com/edmundmiller/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248331025,"owners_count":21085822,"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","emacs","nix-dotfiles","nixos","nixos-configuration","vim","zsh"],"created_at":"2025-02-03T12:53:43.161Z","updated_at":"2025-04-11T02:41:11.767Z","avatar_url":"https://github.com/edmundmiller.png","language":"DIGITAL Command Language","funding_links":[],"categories":["nix"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \n[![Made with Doom Emacs](https://img.shields.io/badge/Made_with-Doom_Emacs-blueviolet.svg?style=flat-square\u0026logo=GNU%20Emacs\u0026logoColor=white)](https://github.com/hlissner/doom-emacs)\n[![NixOS 24.05](https://img.shields.io/badge/NixOS-v24.05-blue.svg?style=flat-square\u0026logo=NixOS\u0026logoColor=white)](https://nixos.org)\n\n\u003c/div\u003e\n\n**Hey,** you. You're finally awake. You were trying to configure your OS declaratively, right? Walked right into that NixOS ambush, same as us, and those dotfiles over there.\n\n```sh\nnix run nix-darwin --experimental-feature nix-command --experimental-feature flakes -- switch --flake ~/.config/nix\n```\n\n---\n\n|                |                                                          |\n| -------------- | -------------------------------------------------------- |\n| **Shell:**     | zsh + zgen                                               |\n| **DM:**        | lightdm + lightdm-mini-greeter                           |\n| **WM:**        | bspwm + polybar                                          |\n| **Editor:**    | [Doom Emacs][doom-emacs] (and occasionally [vim])        |\n| **Terminal:**  | st                                                       |\n| **Launcher:**  | rofi                                                     |\n| **Browser:**   | firefox                                                  |\n| **GTK Theme:** | [Ant Dracula](https://github.com/EliverLara/Ant-Dracula) |\n\n---\n\n## Quick start\n\n1. Yoink [NixOS 20.09][nixos] (must be newer than Sept 12, 2020 for `nixos-install --flake`).\n2. Boot into the installer.\n3. Do your partitions and mount your root to `/mnt`\n4. `git clone https://github.com/emiller88/dotfiles /etc/nixos`\n5. Install NixOS: `nixos-install --root /mnt --flake #XYZ`, where `XYZ` is your\n   hostname. Use `#generic` for a simple, universal config.\n6. OPTIONAL: Create a sub-directory in `hosts/` for your device. See [host/kuro]\n   as an example.\n7. Reboot!\n\n## Management\n\nAnd I say, `bin/hey`. [What's going on?](https://www.youtube.com/watch?v=ZZ5LpwO-An4)\n\n| Command           | Description                                                     |\n| ----------------- | --------------------------------------------------------------- |\n| `hey rebuild`     | Rebuild this flake (shortcut: `hey re`)                         |\n| `hey upgrade`     | Update flake lockfile and switch to it (shortcut: `hey up`)     |\n| `hey rollback`    | Roll back to previous system generation                         |\n| `hey gc`          | Runs `nix-collect-garbage -d`. Use sudo to clean system profile |\n| `hey push REMOTE` | Deploy these dotfiles to REMOTE (over ssh)                      |\n| `hey check`       | Run tests and checks for this flake                             |\n| `hey show`        | Show flake outputs of this repo                                 |\n\n## Frequently asked questions\n\n- **How do I change the default username?**\n\n  1. Set `USER` the first time you run `nixos-install`: `USER=myusername nixos-install --root /mnt --flake #XYZ`\n  2. Or change `\"hlissner\"` in modules/options.nix.\n\n- **How do I \"set up my partitions\"?**\n\n  My main host [has a README](hosts/kuro/README.org) you can use as a reference.\n  I set up an EFI+GPT system and partitions with `parted` and `zfs`.\n\n- **How 2 flakes?**\n\n  It wouldn't be the NixOS experience if I gave you all the answers in one,\n  convenient place.\n\n[doom-emacs]: https://github.com/hlissner/doom-emacs\n[vim]: https://github.com/hlissner/.vim\n[nixos]: https://releases.nixos.org/?prefix=nixos/24.05-small/\n[host/kuro]: https://github.com/hlissner/dotfiles/tree/master/hosts/kuro\n\n## Usage as a flake\n\n[![FlakeHub](https://img.shields.io/endpoint?url=https://flakehub.com/f/Emiller88/dotfiles/badge)](https://flakehub.com/flake/Emiller88/dotfiles)\n\nAdd dotfiles to your `flake.nix`:\n\n```nix\n{\n  inputs.dotfiles.url = \"https://flakehub.com/f/Emiller88/dotfiles/*.tar.gz\";\n\n  outputs = { self, dotfiles }: {\n    # Use in your outputs\n  };\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmundmiller%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedmundmiller%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmundmiller%2Fdotfiles/lists"}