{"id":16590544,"url":"https://github.com/pheuter/dotfiles","last_synced_at":"2026-04-19T12:35:55.786Z","repository":{"id":66934031,"uuid":"316056902","full_name":"pheuter/dotfiles","owner":"pheuter","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-18T13:32:11.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T23:08:52.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pheuter.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":"2020-11-25T21:25:37.000Z","updated_at":"2024-09-18T13:32:15.000Z","dependencies_parsed_at":"2023-02-22T02:15:18.237Z","dependency_job_id":null,"html_url":"https://github.com/pheuter/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/pheuter%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pheuter%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pheuter%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pheuter%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pheuter","download_url":"https://codeload.github.com/pheuter/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242213365,"owners_count":20090693,"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":[],"created_at":"2024-10-11T23:13:25.011Z","updated_at":"2026-04-19T12:35:55.703Z","avatar_url":"https://github.com/pheuter.png","language":"Lua","readme":"# dotfiles\n\nContains various configuration and init scripts that I use for local development.\n\n## Additional\n\n### Homebrew\n\n| Package                 | Description                  |\n| ----------------------- | ---------------------------- |\n| fzf                     | CLI fuzzy finder             |\n| bat                     | Better `cat`                 |\n| zsh-syntax-highlighting | Like in fsh                  |\n| neovim                  | Vim-fork                     |\n| direnv                  | Dynamic env var loading      |\n| diff-so-fancy           | Better git diff              |\n| the_silver_searcher     | Grep for code search and fzf |\n| rg                      | Alternative to ag            |\n\n## Vim shortcuts\n\n| Shortcut                                                        | Description                                        |\n| --------------------------------------------------------------- | -------------------------------------------------- |\n| \u003ckbd\u003eZZ\u003c/kbd\u003e                                                   | Write current file, if modified, and quit          |\n| \u003ckbd\u003eZQ\u003c/kbd\u003e                                                   | Quit without checking for changes                  |\n| \u003ckbd\u003ejk\u003c/kbd\u003e                                                   | Escape from insert and terminal modes              |\n| \u003ckbd\u003eci'\u003c/kbd\u003e                                                  | Change inside single quotes                        |\n| \u003ckbd\u003eci{\u003c/kbd\u003e                                                  | Change inside braces                               |\n| \u003ckbd\u003e,z\u003c/kbd\u003e                                                   | Bring up zsh terminal in split view                |\n| \u003ckbd\u003e,p\u003c/kbd\u003e                                                   | Run Prettier on buffer                             |\n| \u003ckbd\u003e,t\u003c/kbd\u003e                                                   | Toggle tree viewer                                 |\n| \u003ckbd\u003e,n\u003c/kbd\u003e                                                   | Find current file in tree viewer                   |\n| \u003ckbd\u003e,f\u003c/kbd\u003e                                                   | Ack in all subdirectories                          |\n| \u003ckbd\u003em\u003c/kbd\u003e                                                    | While selecting node in tree view to bring up menu |\n| \u003ckbd\u003e,,s\u003c/kbd\u003e                                                  | Search for character                               |\n| \u003ckbd\u003e,,w\u003c/kbd\u003e                                                  | Go to word                                         |\n| \u003ckbd\u003e,osfu\u003c/kbd\u003e                                                | C# find usages                                     |\n| \u003ckbd\u003e,osfi\u003c/kbd\u003e                                                | C# find implementations                            |\n| \u003ckbd\u003e,osca\u003c/kbd\u003e                                                | C# code actions                                    |\n| \u003ckbd\u003e,os=\u003c/kbd\u003e                                                 | C# code format                                     |\n| \u003ckbd\u003e,osre\u003c/kbd\u003e                                                | C# restart server                                  |\n| \u003ckbd\u003egd\u003c/kbd\u003e                                                   | C# go to definition                                |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003ep\u003c/kbd\u003e                                  | Bring up fuzzy file finder                         |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eb\u003c/kbd\u003e                                  | Bring up fuzzy buffer finder                       |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003ew\u003c/kbd\u003e , \u003ckbd\u003e=\u003c/kbd\u003e                   | Resize split evenly                                |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003ew\u003c/kbd\u003e , \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003er\u003c/kbd\u003e | Swap split windows                                 |\n| \u003ckbd\u003e:bd\u003c/kbd\u003e                                                  | Delete buffer                                      |\n\n## Shell shortcuts\n\n| Shortcut                       | Description                                |\n| ------------------------------ | ------------------------------------------ |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003er\u003c/kbd\u003e | Search command history                     |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003et\u003c/kbd\u003e | Find file                                  |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003ef\u003c/kbd\u003e | Search file contents in all subdirectories |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpheuter%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpheuter%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpheuter%2Fdotfiles/lists"}