gitextract_yheofb5_/ ├── README.md ├── config/ │ ├── aria2/ │ │ └── aria2.conf │ ├── cargo/ │ │ └── config.toml │ ├── chrome/ │ │ └── flags.conf │ ├── cspell/ │ │ ├── cspell.yml │ │ └── dict-cj.txt │ ├── curl/ │ │ └── curlrc │ ├── electron/ │ │ └── electron-flags.conf │ ├── fd/ │ │ └── ignore │ ├── fontconfig/ │ │ └── fonts.conf │ ├── foot/ │ │ └── foot.ini │ ├── fuzzel/ │ │ └── fuzzel.ini │ ├── git/ │ │ ├── config │ │ ├── ignore │ │ └── template │ ├── gnupg/ │ │ ├── gpg-agent.conf │ │ └── gpg.conf │ ├── helix/ │ │ ├── config.toml │ │ ├── ignore │ │ ├── languages.toml │ │ └── theme.toml │ ├── htop/ │ │ └── htoprc │ ├── hypr/ │ │ ├── hypridle.conf │ │ ├── hyprland.conf │ │ └── hyprlock.conf │ ├── ipython/ │ │ └── ipython_config.py │ ├── ledger/ │ │ └── ledgerrc │ ├── less/ │ │ └── lesskey │ ├── mako/ │ │ └── config │ ├── matplotlib/ │ │ └── matplotlibrc │ ├── mpv/ │ │ ├── input.conf │ │ └── mpv.conf │ ├── niri/ │ │ └── config.kdl │ ├── npm/ │ │ └── npmrc │ ├── numbat/ │ │ └── config.toml │ ├── nvim/ │ │ ├── init.lua │ │ └── nuitbleue.vim │ ├── paru/ │ │ └── paru.conf │ ├── postgres/ │ │ └── psqlrc │ ├── pypoetry/ │ │ └── config.toml │ ├── ruff/ │ │ └── ruff.toml │ ├── ssh/ │ │ ├── authorized_keys │ │ └── config │ ├── sway/ │ │ └── config │ ├── swaylock/ │ │ └── config │ ├── termux/ │ │ ├── colors.properties │ │ └── termux.properties │ ├── tmux/ │ │ └── tmux.conf │ ├── waybar/ │ │ ├── config │ │ └── style.css │ ├── wofi/ │ │ ├── config │ │ └── style.css │ ├── x11/ │ │ └── xcompose │ ├── xdg/ │ │ ├── mimeapps.list │ │ └── user-dirs.dirs │ ├── xdg-desktop-portal-wlr/ │ │ └── config │ ├── xkb/ │ │ ├── rules/ │ │ │ └── evdev │ │ └── symbols/ │ │ └── group │ ├── zathura/ │ │ └── zathurarc │ ├── zed/ │ │ ├── keymap.json │ │ ├── settings.json │ │ └── theme.json │ └── zsh/ │ ├── zprofile │ └── zshrc ├── settings.toml └── tools/ ├── deps └── render