diff --git a/config/yazi/.config/yazi/code-flags.conf b/config/yazi/.config/yazi/code-flags.conf deleted file mode 100644 index c9c1cf9..0000000 --- a/config/yazi/.config/yazi/code-flags.conf +++ /dev/null @@ -1,5 +0,0 @@ ---password-store=gnome-libsecret ---enable-features=UseOzonePlatform ---ozone-platform=wayland ---use-gl=desktop ---enable-wayland-ime diff --git a/config/yazi/.config/yazi/keymap.toml b/config/yazi/.config/yazi/keymap.toml index 691ceb0..a836168 100755 --- a/config/yazi/.config/yazi/keymap.toml +++ b/config/yazi/.config/yazi/keymap.toml @@ -82,7 +82,7 @@ keymap = [ # { on = "", run = "select_all --state=none", desc = "Inverse selection of all files" }, # Find - { on = "", run = "plugin fzf", desc = "Jump to a directory or reveal a file using fzf" }, + { on = "", run = "plugin fzf", desc = "Jump to a directory or reveal a file using fzf" }, { on = [ "z", "o", @@ -105,7 +105,7 @@ keymap = [ { on = ".", run = "hidden toggle", desc = "Toggle the visibility of hidden files" }, # Open - { on = "r", run = "open --interactive", desc = "Open selected files interactively" }, + { on = "L", run = "open --interactive", desc = "Open selected files interactively" }, # Create { on = "T", run = "create", desc = "Create a file (ends with / for directories)" }, @@ -361,7 +361,9 @@ keymap = [ keymap = [ # Navigation { on = "u", run = "arrow -1", desc = "Move up" }, + { on = "", run = "arrow -1", desc = "Move up" }, { on = "e", run = "arrow 1", desc = "Move down" }, + { on = "", run = "arrow 1", desc = "Move down" }, # Close { on = "", run = "close", desc = "Close spotter" }, diff --git a/config/yazi/.config/yazi/onedark.yazi/LICENSE b/config/yazi/.config/yazi/onedark.yazi/LICENSE deleted file mode 100644 index 9a5124e..0000000 --- a/config/yazi/.config/yazi/onedark.yazi/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 - sxyazi - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/config/yazi/.config/yazi/onedark.yazi/LICENSE-tmtheme b/config/yazi/.config/yazi/onedark.yazi/LICENSE-tmtheme deleted file mode 100644 index 44b4479..0000000 --- a/config/yazi/.config/yazi/onedark.yazi/LICENSE-tmtheme +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2022 Himanshu - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/config/yazi/.config/yazi/onedark.yazi/README.md b/config/yazi/.config/yazi/onedark.yazi/README.md deleted file mode 100644 index fe078d7..0000000 --- a/config/yazi/.config/yazi/onedark.yazi/README.md +++ /dev/null @@ -1,37 +0,0 @@ -
- Yazi logo -
- -

- Onedark Flavor for Yazi -

- -## 👀 Preview - - - -## 🎹 Installation - -```bash -# Linux/macOS -git clone https://github.com/BennyOe/onedark.yazi.git ~/.config/yazi/flavors/onedark.yazi - -# Windows -git clone https://github.com/BennyOe/onedark.yazi.git %AppData%\yazi\config\flavors\onedark.yazi -``` - -## ⚙ Usage - -Add the these lines to your `theme.toml` configuration file to use it: - - -```toml -[flavor] -dark = "onedark" -``` - -## 📜 License - -The flavor is MIT-licensed, and the included tmTheme is also MIT-licensed. - -Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details. diff --git a/config/yazi/.config/yazi/onedark.yazi/flavor.toml b/config/yazi/.config/yazi/onedark.yazi/flavor.toml deleted file mode 100644 index 8bd1615..0000000 --- a/config/yazi/.config/yazi/onedark.yazi/flavor.toml +++ /dev/null @@ -1,151 +0,0 @@ -# : Manager {{{ -[manager] -cwd = { fg = "#61AFEF" } # Blue - -# Hovered -hovered = { bg = "#282C34" } # Darkened background -preview_hovered = { underline = true } - -# Find -find_keyword = { fg = "#E06C75", italic = true, underline = true } # Red -find_position = { fg = "#E5C07B", italic = true } # Orange - -# Marker -marker_copied = { fg = "#ABB2BF", bg = "#98C379" } # Light gray on Green -marker_cut = { fg = "#ABB2BF", bg = "#E06C75" } # Light gray on Red -marker_marked = { fg = "#ABB2BF", bg = "#56B6C2" } # Light gray on cyan -marker_selected = { fg = "#ABB2BF", bg = "#E5C07B" } # Light gray on Orange - -# Tab -tab_active = { bg = "#282C34", fg = "#61AFEF" } # Darkened background, Blue text -tab_inactive = {} -tab_width = 1 - -# Count -count_copied = { fg = "#98C379", bg = "#282C34" } # Green on Darkened background -count_cut = { fg = "#E06C75", bg = "#282C34" } # Red on Darkened background -count_selected = { fg = "#98C379", bg = "#282C34" } # Green on Darkened background - -# Border -border_symbol = "│" -border_style = { fg = "#282C34" } # Darkened background - -# : }}} - -# : Status {{{ -[status] -separator_open = "" -separator_close = "" -separator_style = { fg = "#61AFEF", bg = "#282C34" } # Blue on Darkened background - -# Mode -mode_normal = { fg = "#282C34", bg = "#61AFEF", bold = true } # Dark gray on Blue -mode_select = { fg = "#282C34", bg = "#61AFEF", bold = true } # Dark gray on Blue -mode_unset = { fg = "#282C34", bg = "#61AFEF", bold = true } # Dark gray on Blue - -# Progress -progress_label = { fg = "#ABB2BF", bold = true } # Light gray -progress_normal = { fg = "#98C379", bg = "#282C34" } # Green on Darkened background -progress_error = { fg = "#E06C75", bg = "#282C34" } # Red on Darkened background - -# Permissions -permissions_t = { fg = "#98C379" } # Green -permissions_r = { fg = "#E06C75" } # Red -permissions_w = { fg = "#E5C07B" } # Orange -permissions_x = { fg = "#98C379" } # Green -permissions_s = { fg = "#ABB2BF" } # Light gray - -# : }}} - -# : Select {{{ -[select] -border = { fg = "#98C379" } # Green -active = { fg = "#E5C07B", bold = true } # Orange -inactive = {} - -# : }}} - -# : Input {{{ -[input] -border = { fg = "#98C379" } # Green -title = {} -value = {} -selected = { reversed = true } - -# : }}} - -# : Completion {{{ -[completion] -border = { fg = "#98C379" } # Green - -# : }}} - -# : Tasks {{{ -[tasks] -border = { fg = "#98C379" } # Green -title = {} -hovered = { fg = "#E5C07B", underline = true } # Orange - -# : }}} - -# : Which {{{ -[which] -mask = { bg = "#282C34" } # Darkened background -cand = { fg = "#98C379" } # Green -rest = { fg = "#ABB2BF" } # Light gray -desc = { fg = "#E5C07B" } # Orange -separator = " îȘœ " -separator_style = { fg = "#ABB2BF" } # Light gray - -# : }}} - -# : Help {{{ -[help] -on = { fg = "#98C379" } # Green -run = { fg = "#E5C07B" } # Orange -hovered = { reversed = true, bold = true } -footer = { fg = "#ABB2BF", bg = "#000000" } # Light gray on Black - -# : }}} - -# : Notify {{{ -[notify] -title_info = { fg = "#98C379" } # Green -title_warn = { fg = "#E06C75" } # Red -title_error = { fg = "#E5C07B" } # Orange - -# : }}} - -# : File-specific styles {{{ - -[filetype] - -rules = [ - # Images - { mime = "image/*", fg = "#E5C07B" }, # Orange - - # Media - { mime = "video/*", fg = "#E06C75" }, # Red - { mime = "audio/*", fg = "#E06C75" }, # Red - - # Archives - { mime = "application/zip", fg = "#C678DD" }, # Magenta - { mime = "application/x-tar", fg = "#C678DD" }, # Magenta - { mime = "application/x-bzip*", fg = "#C678DD" }, # Magenta - { mime = "application/x-bzip2", fg = "#C678DD" }, # Magenta - { mime = "application/x-7z-compressed", fg = "#C678DD" }, # Magenta - { mime = "application/x-rar", fg = "#C678DD" }, # Magenta - { mime = "application/x-xz", fg = "#C678DD" }, # Magenta - - # Documents - { mime = "application/doc", fg = "#98C379" }, # Green - { mime = "application/pdf", fg = "#98C379" }, # Green - { mime = "application/rtf", fg = "#98C379" }, # Green - { mime = "application/vnd.*", fg = "#98C379" }, # Green - - # Fallback - { name = "*", fg = "#ABB2BF" }, # Blue - { name = "*/", fg = "#61AFEF" } # Blue -] - -# : }}} diff --git a/config/yazi/.config/yazi/onedark.yazi/preview.png b/config/yazi/.config/yazi/onedark.yazi/preview.png deleted file mode 100644 index 61c9d70..0000000 Binary files a/config/yazi/.config/yazi/onedark.yazi/preview.png and /dev/null differ diff --git a/config/yazi/.config/yazi/onedark.yazi/tmtheme.xml b/config/yazi/.config/yazi/onedark.yazi/tmtheme.xml deleted file mode 100644 index 3214d2a..0000000 --- a/config/yazi/.config/yazi/onedark.yazi/tmtheme.xml +++ /dev/null @@ -1,560 +0,0 @@ - - - - - author - Template: Chris Kempson, Scheme: Lalit Magant (http://github.com/tilal6991) - name - Base16 OneDark - semanticClass - theme.base16.onedark - colorSpaceName - sRGB - gutterSettings - - background - #353b45 - divider - #353b45 - foreground - #545862 - selectionBackground - #3e4451 - selectionForeground - #565c64 - - settings - - - settings - - background - #282c34 - caret - #abb2bf - foreground - #abb2bf - invisibles - #545862 - lineHighlight - #54586255 - selection - #3e4451 - - - - name - Text - scope - variable.parameter.function - settings - - foreground - #abb2bf - - - - name - Comments - scope - comment, punctuation.definition.comment - settings - - foreground - #545862 - - - - name - Punctuation - scope - punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array - settings - - foreground - #abb2bf - - - - name - Delimiters - scope - none - settings - - foreground - #abb2bf - - - - name - Operators - scope - keyword.operator - settings - - foreground - #abb2bf - - - - name - Keywords - scope - keyword - settings - - foreground - #c678dd - - - - name - Variables - scope - variable - settings - - foreground - #e06c75 - - - - name - Functions - scope - entity.name.function, meta.require, support.function.any-method, variable.function, variable.annotation, support.macro - settings - - foreground - #61afef - - - - name - Labels - scope - entity.name.label - settings - - foreground - #be5046 - - - - name - Classes - scope - support.class, entity.name.class, entity.name.type.class - settings - - foreground - #e5c07b - - - - name - Classes - scope - meta.class - settings - - foreground - #c8ccd4 - - - - name - Methods - scope - keyword.other.special-method - settings - - foreground - #61afef - - - - name - Storage - scope - storage - settings - - foreground - #c678dd - - - - name - Support - scope - support.function - settings - - foreground - #56b6c2 - - - - name - Strings, Inherited Class - scope - string, constant.other.symbol, entity.other.inherited-class - settings - - foreground - #98c379 - - - - name - Integers - scope - constant.numeric - settings - - foreground - #d19a66 - - - - name - Floats - scope - none - settings - - foreground - #d19a66 - - - - name - Boolean - scope - none - settings - - foreground - #d19a66 - - - - name - Constants - scope - constant - settings - - foreground - #d19a66 - - - - name - Tags - scope - entity.name.tag - settings - - foreground - #e06c75 - - - - name - Attributes - scope - entity.other.attribute-name - settings - - foreground - #d19a66 - - - - name - Attribute IDs - scope - entity.other.attribute-name.id, punctuation.definition.entity - settings - - foreground - #61afef - - - - name - Selector - scope - meta.selector - settings - - foreground - #c678dd - - - - name - Values - scope - none - settings - - foreground - #d19a66 - - - - name - Headings - scope - markup.heading punctuation.definition.heading, entity.name.section - settings - - fontStyle - - foreground - #61afef - - - - name - Units - scope - keyword.other.unit - settings - - foreground - #d19a66 - - - - name - Bold - scope - markup.bold, punctuation.definition.bold - settings - - fontStyle - bold - foreground - #e5c07b - - - - name - Italic - scope - markup.italic, punctuation.definition.italic - settings - - fontStyle - italic - foreground - #c678dd - - - - name - Code - scope - markup.raw.inline - settings - - foreground - #98c379 - - - - name - Link Text - scope - string.other.link, punctuation.definition.string.end.markdown, punctuation.definition.string.begin.markdown - settings - - foreground - #e06c75 - - - - name - Link Url - scope - meta.link - settings - - foreground - #d19a66 - - - - name - Lists - scope - markup.list - settings - - foreground - #e06c75 - - - - name - Quotes - scope - markup.quote - settings - - foreground - #d19a66 - - - - name - Separator - scope - meta.separator - settings - - background - #3e4451 - foreground - #abb2bf - - - - name - Inserted - scope - markup.inserted - settings - - foreground - #98c379 - - - - name - Deleted - scope - markup.deleted - settings - - foreground - #e06c75 - - - - name - Changed - scope - markup.changed - settings - - foreground - #c678dd - - - - name - Colors - scope - constant.other.color - settings - - foreground - #56b6c2 - - - - name - Regular Expressions - scope - string.regexp - settings - - foreground - #56b6c2 - - - - name - Escape Characters - scope - constant.character.escape - settings - - foreground - #56b6c2 - - - - name - Embedded - scope - punctuation.section.embedded, variable.interpolation - settings - - foreground - #c678dd - - - - name - Illegal - scope - invalid.illegal - settings - - background - #e06c75 - foreground - #c8ccd4 - - - - name - Broken - scope - invalid.broken - settings - - background - #d19a66 - foreground - #282c34 - - - - name - Deprecated - scope - invalid.deprecated - settings - - background - #be5046 - foreground - #c8ccd4 - - - - name - Unimplemented - scope - invalid.unimplemented - settings - - background - #545862 - foreground - #c8ccd4 - - - - uuid - uuid - - diff --git a/config/yazi/.config/yazi/posh_theme.omp.json b/config/yazi/.config/yazi/posh_theme.omp.json deleted file mode 100755 index f2b7457..0000000 --- a/config/yazi/.config/yazi/posh_theme.omp.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", - "blocks": [ - { - "alignment": "left", - "segments": [ - { - "foreground": "#89b4fa", - "properties": { - "windows": "\ue62a" - }, - "style": "plain", - "template": "{{.Icon}}", - "type": "os" - }, - { - "foreground": "#89b4fa", - "style": "plain", - "template": " {{.UserName}}", - "type": "session" - }, - { - "foreground": "#89b4fa", - "style": "plain", - "template": "@{{.HostName}}", - "type": "session" - }, - { - "foreground": "#94e2d5", - "properties": { - "folder_separator_icon": "/", - "style": "letter" - }, - "style": "powerline", - "template": " \uf07b {{ .Path }} ", - "type": "path" - }, - { - "foreground": "#a6e3a1", - "powerline_symbol": "\ue0b1", - "properties": { - "branch_icon": " ", - "fetch_stash_count": true, - "fetch_status": true, - "fetch_upstream_icon": true, - "fetch_worktree_count": true - }, - "style": "powerline", - "template": " {{ .UpstreamIcon }} {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", - "type": "git" - }, - { - "foreground": "#f9e2af", - "powerline_symbol": "\ue0b1", - "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ", - "style": "powerline", - "type": "python" - } - ], - "type": "prompt" - }, - { - "alignment": "left", - "newline": true, - "segments": [ - { - "foreground": "#fab387", - "style": "plain", - "template": "\ue3bf ", - "type": "root" - }, - { - "foreground": "#89b4fa", - "foreground_templates": [ - "{{ if gt .Code 0 }}#f38ba8{{ end }}" - ], - "properties": { - "always_enabled": true - }, - "style": "plain", - "template": "{{ if gt .Code 0 }}{{ .Code }} {{ end }}# ", - "type": "status" - } - ], - "type": "prompt" - } - ], - "transient_prompt": { - "background": "transparent", - "foreground_templates": [ - "{{ if gt .Code 0 }}#f38ba8{{ end }}" - ], - "foreground": "#89b4fa", - "template": "# " - }, - "version": 3 -} \ No newline at end of file diff --git a/config/yazi/.config/yazi/qq-electron-flags.conf b/config/yazi/.config/yazi/qq-electron-flags.conf deleted file mode 100644 index 5629f6a..0000000 --- a/config/yazi/.config/yazi/qq-electron-flags.conf +++ /dev/null @@ -1,2 +0,0 @@ ---ozone-platform-hint=auto ---enable-wayland-ime diff --git a/config/yazi/.config/yazi/qq-flags.conf b/config/yazi/.config/yazi/qq-flags.conf deleted file mode 100644 index 5629f6a..0000000 --- a/config/yazi/.config/yazi/qq-flags.conf +++ /dev/null @@ -1,2 +0,0 @@ ---ozone-platform-hint=auto ---enable-wayland-ime