gitextract_i8z07tjz/ ├── .config/ │ ├── fish/ │ │ ├── aliases.fish │ │ ├── completions/ │ │ │ └── pipx.fish │ │ ├── config.fish │ │ └── functions/ │ │ ├── android-studio-wayland.fish │ │ ├── flutter-watch.fish │ │ ├── sessionizer.fish │ │ └── yazi.fish │ ├── fuzzel/ │ │ └── fuzzel.ini │ ├── geary/ │ │ └── user-style.css │ ├── ghostty/ │ │ └── config │ ├── kanshi/ │ │ └── config │ ├── kitty/ │ │ └── kitty.conf │ ├── mako/ │ │ ├── colors │ │ └── config │ ├── mpd/ │ │ └── mpd.conf │ ├── mpdscribble/ │ │ └── mpdscribble.conf │ ├── niri/ │ │ └── config.kdl │ ├── nvim/ │ │ ├── .luarc.json │ │ ├── after/ │ │ │ └── ftplugin/ │ │ │ ├── css.lua │ │ │ ├── dart.lua │ │ │ ├── go.lua │ │ │ ├── html.lua │ │ │ ├── javascript.lua │ │ │ ├── lua.lua │ │ │ ├── python.lua │ │ │ └── typescript.lua │ │ ├── init.lua │ │ ├── lua/ │ │ │ ├── config/ │ │ │ │ ├── autocmd.lua │ │ │ │ ├── keymaps.lua │ │ │ │ ├── lazy.lua │ │ │ │ └── options.lua │ │ │ ├── plugins/ │ │ │ │ ├── ai.lua │ │ │ │ ├── alpha.lua │ │ │ │ ├── cmp.lua │ │ │ │ ├── color-picker.lua │ │ │ │ ├── colorscheme.lua │ │ │ │ ├── dap.lua │ │ │ │ ├── flutter.lua │ │ │ │ ├── fzf.lua │ │ │ │ ├── git.lua │ │ │ │ ├── lsp-config.lua │ │ │ │ ├── mini.lua │ │ │ │ ├── navigation.lua │ │ │ │ ├── nvim-tree.lua │ │ │ │ ├── preview.lua │ │ │ │ ├── sloat.lua │ │ │ │ ├── treesitter.lua │ │ │ │ ├── trouble.lua │ │ │ │ ├── ui.lua │ │ │ │ └── yazi.lua │ │ │ ├── servers/ │ │ │ │ ├── bashls.lua │ │ │ │ ├── dockerls.lua │ │ │ │ ├── efm-langserver.lua │ │ │ │ ├── emmet_ls.lua │ │ │ │ ├── gopls.lua │ │ │ │ ├── init.lua │ │ │ │ ├── jsonls.lua │ │ │ │ ├── lua_ls.lua │ │ │ │ ├── pyright.lua │ │ │ │ ├── tailwindcss.lua │ │ │ │ ├── ts_ls.lua │ │ │ │ └── yamlls.lua │ │ │ └── utils/ │ │ │ ├── diagnostics.lua │ │ │ └── lsp.lua │ │ └── stylua.toml │ ├── rmpc/ │ │ ├── config.ron │ │ ├── fetch-lyrics │ │ └── themes/ │ │ └── theme.ron │ ├── starship.toml │ ├── sway/ │ │ └── config │ ├── swayidle/ │ │ └── config │ ├── swaylock/ │ │ └── config │ ├── waybar/ │ │ ├── config.jsonc │ │ └── style.css │ └── yazi/ │ └── theme.toml ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── .tmux.conf ├── LICENSE ├── README.md └── Scripts/ ├── add-audio ├── audio-switch ├── battery-monitor ├── beats ├── choose-shell ├── clone ├── code-in-tmux ├── dual-dac ├── flutter-post-upgrade ├── fuzzel-emoji ├── ide ├── ignore-power-button ├── indicator-record ├── kanshi-switch ├── launch-webapp ├── open_github ├── powermenu ├── restart-app ├── run-scrcpy ├── screenrecord ├── screenshot ├── sessionX ├── set-wallpaper ├── set-wallpaper-new ├── setup-dns ├── setup-greetd ├── toggle-output ├── toggle-terminal-transparency ├── toggle-waybar ├── toggle-wlsunset ├── webapp-install ├── webapp-remove └── webapps