{"id":20551084,"url":"https://github.com/seroperson/dotfiles","last_synced_at":"2025-04-14T11:19:10.997Z","repository":{"id":61808278,"uuid":"88293264","full_name":"seroperson/dotfiles","owner":"seroperson","description":"My nix-powered dotfiles","archived":false,"fork":false,"pushed_at":"2025-01-03T10:32:12.000Z","size":206,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T11:19:03.732Z","etag":null,"topics":["astronvim","home-manager","neovim","nix","tmux","zsh"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/seroperson.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}},"created_at":"2017-04-14T18:37:52.000Z","updated_at":"2025-01-28T12:02:42.000Z","dependencies_parsed_at":"2024-01-16T13:22:31.300Z","dependency_job_id":"2ed5a5b1-44a7-44fb-8f3d-99ab3785ebfb","html_url":"https://github.com/seroperson/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seroperson%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seroperson%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seroperson%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seroperson%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seroperson","download_url":"https://codeload.github.com/seroperson/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868766,"owners_count":21174758,"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":["astronvim","home-manager","neovim","nix","tmux","zsh"],"created_at":"2024-11-16T02:28:53.789Z","updated_at":"2025-04-14T11:19:10.983Z","avatar_url":"https://github.com/seroperson.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# seroperson's dotfiles\n\nConfiguration which I use for my development purposes. Not so recently I migrated all the dotfiles\nmanagement to `nix` and it's still WIP, but mostly should work ok.\n\n## Used software\n\nMostly I use well-known things:\n\n- **zsh** - powered by `zgenom` plugin manager, lightweight shell.\n- **nvim** - initially I used self-written config, but then switched to [astronvim][1] community distribution\n  as long as managing well-prepared nvim configuration is a pretty hard task as for today.\n- **tmux** - terminal multiplexer, configuration managed by `nix` (see `nix/tmux.nix` file).\n\nAnd also some set of handy tools, such as [exa][2], [jq][3], [rg][4].\n\n## Installation\n\nInitially, only `nix` and `git` must be installed. Be sure that nix is up-to-date:\n\n```sh\nnix-channel --add https://nixos.org/channels/nixpkgs-unstable\nnix-channel --update\n```\n\nClone the repository:\n\n```sh\ngit clone https://github.com/seroperson/dotfiles $HOME/.dotfiles/\n```\n\nAnd then let the `home-manager` do the rest:\n\n```sh\nnix --extra-experimental-features \"nix-command flakes\" run home-manager/release-24.11 -- init --switch $HOME/.dotfiles/\n```\n\nNext, you should do `chsh $USER -s $HOME/.nix-profile/bin/zsh` and re-login.\n\nFinally, be sure to install nerd-font and catpuccin mocha theme for your terminal.\n\n## Troubleshooting\n\nUsually nix doesn't work as expected and you don't know what to do.\nIt is good idea to start your troubleshooting with global cleanup:\n\n```sh\nnix-channel --update\nnix-env -u --always\nrm /nix/var/nix/gcroots/auto/*\nrm -rf $HOME/.cache/nix\nnix-collect-garbage -d\n```\n\n## Nix Guides\n\n`nix` is not easy thing to get started with, but luckily it has a lot of guides available across the web.\nHere are some of them:\n\n- [Scrive Nix Workshop][7]\n- [Introduction to Flakes][5]\n- [Packaging software with Nix][10]\n- [Home Manager Configuration Options][9]\n- [Home Manager modules/][8]\n- [Shebang Scripts in Nix Derivations][6]\n\n[1]: https://astronvim.com/\n[2]: https://github.com/ogham/exa\n[3]: https://github.com/jqlang/jq\n[4]: https://github.com/BurntSushi/ripgrep\n[5]: https://nixos-and-flakes.thiscute.world/nixos-with-flakes/introduction-to-flakes\n[6]: https://gist.github.com/CMCDragonkai/e82bce7bea30e28ebe6796025aa9e722\n[7]: https://scrive.github.io/nix-workshop/index.html\n[8]: https://github.com/nix-community/home-manager/tree/master/modules\n[9]: https://nix-community.github.io/home-manager/options.xhtml\n[10]: https://docs.replit.com/tutorials/replit/nix-packaging\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseroperson%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseroperson%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseroperson%2Fdotfiles/lists"}