{"id":21058579,"url":"https://github.com/schemar/dotfiles","last_synced_at":"2025-04-12T18:32:14.080Z","repository":{"id":38536058,"uuid":"84305303","full_name":"schemar/dotfiles","owner":"schemar","description":"Configuration of my productivity stack","archived":false,"fork":false,"pushed_at":"2025-04-09T16:25:37.000Z","size":18418,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T17:37:43.148Z","etag":null,"topics":["dotfiles","i3wm","kitty","neovim","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schemar.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-03-08T09:54:15.000Z","updated_at":"2025-04-09T16:25:40.000Z","dependencies_parsed_at":"2023-09-27T13:20:01.655Z","dependency_job_id":"393c90a9-e7b3-490f-9585-ce1fc96d5e15","html_url":"https://github.com/schemar/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/schemar%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schemar","download_url":"https://codeload.github.com/schemar/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248613275,"owners_count":21133482,"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","i3wm","kitty","neovim","tmux","zsh"],"created_at":"2024-11-19T17:08:28.541Z","updated_at":"2025-04-12T18:32:14.074Z","avatar_url":"https://github.com/schemar.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nThis repository contains configurations for my productivity stack and some basic visual improvements.\n\n## Included Configurations\n\n### Terminal\n\n- [bat](https://github.com/sharkdp/bat)\n- [bottom](https://github.com/ClementTsang/bottom)\n- [fzf](https://github.com/junegunn/fzf)\n- [gitui](https://github.com/extrawurst/gitui)\n- [helix](https://github.com/helix-editor/helix)\n- [lsd](https://github.com/lsd-rs/lsd)\n- [mise](https://github.com/jdx/mise)\n- [NeoVim](https://github.com/neovim/neovim)❤️\n- [ranger](https://github.com/ranger/ranger)\n- [starship](https://github.com/starship/starship)\n- [tmux](https://github.com/tmux/tmux)❤️\n- [yazi](https://github.com/sxyazi/yazi)\n- [Zsh](https://www.zsh.org/)\n\n### Graphical System\n\n- [wezterm](https://github.com/wez/wezterm)❤️\n\n### Remote\n\n- [Q1 Max QMK Firmware](https://github.com/schemar/qmk_firmware/blob/wireless_playground/keyboards/keychron/q1_max/ansi_encoder/keymaps/schemar/keymap.c)\n\n## Usage\n\nAn overview over the most common tasks follows below,\nespecially if they differ from the default.\nCheck the files' contents for more details.\n\n### Command Line\n\n- `\u003cctrl\u003e+r` to fuzzy find in the shell's history.\n- `\u003cctrl\u003e+t` to fuzzy find paths within current directory.\n\n### Tmux\n\nTmux sessions will be stored every 15 minutes and auto-restored when starting tmux the next time.\nPersists across restarts.\n\nPrefix is `\u003cctrl\u003e-a`.\n\n- `\u003cprefix\u003e {c,n,p}` create/next/previous window.\n- `\u003cprefix\u003e {v,s}` split pane vertically/horizontally.\n- `\u003calt\u003e+{h,j,k,l}` to move cursor across panes (works also with vim windows).\n- `\u003cprefix\u003e z` to (un)zoom the current pane.\n- `\u003cprefix\u003e {\u003c,\u003e,+,-}` resize panes by fixed amount left/right/up/down.\n- `\u003cprefix\u003e [` to enable copy mode. Use e.g. to scroll up to see older output.\n  Movement in copy mode is vim-like (e.g. `\u003cctrl\u003e+{d,u}` to move down/up a page).\n- `\u003cprefix\u003e u` fuzzy find and open a URL from the buffer.\n- `\u003cprefix\u003e tab` fuzzy find any previous tmux output (words, lines, URLs, paths).\n- `\u003cprefix\u003e \u003calt-1\u003e` split all windows evenly horizontally (`\u003calt-2\u003e` for vertically).\n\n### NeoVim\n\nPrerequisites:\n\n- `npm install -g tree-sitter`\n- And possibly language tools which weren't automatically installed via mason.\n  - For example `npm install -g eslint_d` after setup of `mise` is complete.\n\nUsage:\n\n- When you first run NeoVim, `lazy.nvim` will install itself.\n  After, run: `:Lazy` and `I` to `install` all plugins.\n  Restart NeoVim.\n- When you re-start NeoVim, `treesitter` should install its packages and `mason`\n  should install all kinds of language servers and tools.\n  Restart NeoVim.\n- Accept auto-completion with `\u003cC-y\u003e`.\n\n### Yazi\n\n- `F` to change view to single-column\n- `o` to open file \"in other tmux pane\" with helix's `:open` command\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschemar%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschemar%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschemar%2Fdotfiles/lists"}