{"id":13837867,"url":"https://github.com/nekowinston/dotfiles","last_synced_at":"2025-04-09T15:04:22.762Z","repository":{"id":47346094,"uuid":"515306665","full_name":"nekowinston/dotfiles","owner":"nekowinston","description":"❄️ mi casa es tu casa [mirrored repository]","archived":false,"fork":false,"pushed_at":"2025-04-05T16:45:31.000Z","size":4848,"stargazers_count":72,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T15:03:54.859Z","etag":null,"topics":["dotfiles","i3","linux","macos","neovim","nix-darwin","nixos","nixos-configuration","sketchybar","wezterm","yabai"],"latest_commit_sha":null,"homepage":"https://code.winston.sh/winston/dotfiles","language":"Nix","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/nekowinston.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":"2022-07-18T18:57:57.000Z","updated_at":"2025-04-05T16:45:35.000Z","dependencies_parsed_at":"2024-02-23T00:30:55.201Z","dependency_job_id":"238e4c3e-495c-41b0-b285-37a0a5c4b6e5","html_url":"https://github.com/nekowinston/dotfiles","commit_stats":{"total_commits":939,"total_committers":4,"mean_commits":234.75,"dds":"0.026624068157614533","last_synced_commit":"2b7058d78bfa445c68303e0797756f879dc95099"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekowinston%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekowinston%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekowinston%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekowinston%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nekowinston","download_url":"https://codeload.github.com/nekowinston/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055276,"owners_count":21040156,"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","i3","linux","macos","neovim","nix-darwin","nixos","nixos-configuration","sketchybar","wezterm","yabai"],"created_at":"2024-08-04T15:01:28.721Z","updated_at":"2025-04-09T15:04:22.741Z","avatar_url":"https://github.com/nekowinston.png","language":"Nix","funding_links":[],"categories":["Nix"],"sub_categories":[],"readme":"# winston's dotfiles\n\n[![flake check status](https://img.shields.io/github/actions/workflow/status/nekowinston/dotfiles/check.yml?label=flake%20check\u0026logo=nixos\u0026logoColor=%23fff\u0026style=flat-square\u0026color=f5c2e7)](https://github.com/nekowinston/dotfiles/actions/workflows/check.yml)\n[![GitHub stars](https://img.shields.io/github/stars/nekowinston/dotfiles?style=flat-square\u0026color=f5c2e7)](https://github.com/nekowinston/dotfiles/stargazers)\n[![commit activity](https://img.shields.io/github/commit-activity/w/nekowinston/dotfiles?style=flat-square\u0026label=commits\u0026color=f5c2e7)](https://github.com/nekowinston/dotfiles/commits)\n[![MIT license](https://img.shields.io/github/license/nekowinston/dotfiles?style=flat-square\u0026color=f5c2e7)](https://github.com/nekowinston/dotfiles/blob/main/LICENSE)\n\nWelcome to my cross-platform dots.\nFocused on improving productivity, and reducing the pain of switching between operating systems.\nMinimal rice, with a focus on getting the annoying stuff out of the way.\n\n### Overview\n\nHere's what you can find:\n\n- **[WezTerm](https://wezfurlong.org/wezterm/)** as my terminal, with tmux-like keybindings\n- **[Starship](https://starship.rs)** as my prompt\n- **Firefox** with privacy-centered settings, though I don't use it heavily anymore.\n- My **GPG** \u0026 **[Agenix](https://github.com/ryantm/agenix)** settings\n- Other random bits of config tools I've collected over the years\n- macOS:\n  - **[Yabai](https://github.com/koekeishiya/yabai)** as my WM\n- Linux:\n  - **[sway](https://swaywm.org)** as my WM\n\n**[Neovim](https://neovim.io)** used to be part of this repository, but now my config is fully reproducible \u0026 stored over [here](https://github.com/nekowinston/neovim.drv).\n\n### Notes for a new install\n\nThis flake technically has an impurity at its core, because it assumes that it will be stored in `~/.config/flake` and will create symlinks pointing there.\nThis is so I can edit some dotfiles (e.g. VSCode `settings.json`) in place and have programs hot reload them.\n\n#### Fixing the initial git clone\n\nYou might need to fix LFS and/or Git-Crypt not being initialized after cloning:\n\n```console\n$ git lfs pull\n$ curl https://winston.sh/pub.txt | gpg --import\n$ git crypt unlock\n```\n\n#### macOS\n\n##### Install the [Xcode Command Line Tools](https://developer.apple.com/download/all/)\n\n```console\n$ xcode-select --install\n```\n\n##### Install [Homebrew](https://brew.sh)\n\n```console\n$ curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash\n```\n\n##### Exclude `/nix/` from Time Machine:\n\n```console\n$ sudo tmutil addexclusion -v /nix\n```\n\n\n### Building the flake\n\n```console\n$ nix --experimental-features \"nix-command flakes\" develop # enter the devShell\n$ just switch\n```\n\nI personally use [`nix-direnv`](https://github.com/nix-community/nix-direnv) to automatically enter this devShell on my machines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekowinston%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekowinston%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekowinston%2Fdotfiles/lists"}