{"id":23113007,"url":"https://github.com/erietz/.dotfiles","last_synced_at":"2026-04-04T22:31:51.243Z","repository":{"id":41539802,"uuid":"283924334","full_name":"erietz/.dotfiles","owner":"erietz","description":":rabbit: :hole: My .files","archived":false,"fork":false,"pushed_at":"2026-04-03T03:32:26.000Z","size":16786,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T12:24:09.720Z","etag":null,"topics":["dotfiles","neovim","stow","vim","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/erietz.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-31T02:35:53.000Z","updated_at":"2026-04-03T03:32:30.000Z","dependencies_parsed_at":"2023-12-12T23:22:41.344Z","dependency_job_id":"be3c10a1-08d7-4992-99ce-3ff125f16c54","html_url":"https://github.com/erietz/.dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erietz/.dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erietz%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erietz%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erietz%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erietz%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erietz","download_url":"https://codeload.github.com/erietz/.dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erietz%2F.dotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dotfiles","neovim","stow","vim","zsh"],"created_at":"2024-12-17T02:26:43.843Z","updated_at":"2026-04-04T22:31:51.222Z","avatar_url":"https://github.com/erietz.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nMy personal dotfiles managed with GNU [stow]. Previously I used a [Makefile].\nAll dependencies are installed using [Ansible] in [this repo][machine-setup].\nSince you cannot use ansible on Windows as a host machine, I have opted to keep\nall Windows \"dotfiles\" in [another repo][windows-config] and resort to ad hoc\nscripts.\n\n# Modifier Keys\n\nThough I would prefer for the key directly to the left of the space bar, call\nthis key `X`, to be the mod key used for tiling window managers, I have settled\non the following set of modifier keys.\n\n| Mac (Before) | Linux (Before) | Mac (After) | Linux (After) |\n| ---          | ---            | ---         | ---           |\n| CAPS         | CAPS           | CTRL        | CTRL          |\n| CTRL         | CTRL           | CTRL        | ALT           |\n| OPT          | SUP            | OPT         | SUP           |\n| CMD          | ALT            | CMD         | CTRL          |\n\nThis allows consistent use of key `X` for the following:\n\n| Key combo | Action               |\n| ---       | ---                  |\n| `X + c`   | copy                 |\n| `X + x`   | cut                  |\n| `X + v`   | paste                |\n| `X + w`   | close browser tab    |\n| `X + q`   | close focused window |\n\ngiven the constraints that\n\n- On Linux: `mod` must be `mod4` (a.k.a. `super` ) since `alt` is used by other\n  programs.\n- On MacOS: `mod` must be `option` (a.k.a. `alt`) since `cmd` is used all over\n  the OS.\n\nI used to map caps lock to escape for vim but later realize that relearning to\nuse `ctrl-[` for escape is far superior. The iPad does not have an escape key\nfor example. Have caps lock as control allows much easier access to `ctrl-f`,\n`ctrl-b`, `ctrl-d`, `ctrl-u`, `ctrl-o`, and `ctrl-i` in vim as well. Also its\nway easier to copy and paste into a terminal not having to stretch your pinky\nso far.\n\n# Essential Bindings On Any Window Manager\n\n| Key combo         | Action                             |\n| ---               | ---                                |\n| `mod + 1`         | Go to workspace 1                  |\n| `mod + 2`         | Go to workspace 2                  |\n| `mod + 3`         | Go to workspace 3                  |\n| `mod + 4`         | Go to workspace 4                  |\n| `mod + 5`         | Go to workspace 5                  |\n| `mod + 6`         | Go to workspace 6                  |\n| `mod + 7`         | Go to workspace 7                  |\n| `mod + 8`         | Go to workspace 8                  |\n| `mod + 9`         | Go to workspace 9                  |\n| `mod + Shift + 1` | Move focused window to workspace 1 |\n| `mod + Shift + 2` | Move focused window to workspace 2 |\n| `mod + Shift + 3` | Move focused window to workspace 3 |\n| `mod + Shift + 4` | Move focused window to workspace 4 |\n| `mod + Shift + 5` | Move focused window to workspace 5 |\n| `mod + Shift + 6` | Move focused window to workspace 6 |\n| `mod + Shift + 7` | Move focused window to workspace 7 |\n| `mod + Shift + 8` | Move focused window to workspace 8 |\n| `mod + Shift + 9` | Move focused window to workspace 9 |\n| `mod + t`         | Set layout to tiling               |\n| `mod + m`         | Set layout to monocle              |\n| `mod + f`         | Set layout to floating             |\n| `mod + Enter`     | Open terminal                      |\n| `mod + u`         | Set gaps for ultrawide monitor     |\n| `mod + Shift + u` | Unset gaps for ultrawide monitor   |\n| `mod + p`         | dmenu                              |\n\n\n[stow]: https://www.gnu.org/software/stow/\n[Makefile]: https://github.com/erietz/.ewr/blob/842e3107cd83bb36224ba90d72192bb4b49a3503/Makefile\n[Ansible]: https://www.ansible.com/\n[machine-setup]: https://github.com/erietz/machine-setup\n[windows-config]: https://github.com/erietz/windows-config\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferietz%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferietz%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferietz%2F.dotfiles/lists"}