🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add icon for taskfile

kacaii 65522ae9 01288425

+5 -7
+5 -7
.config/yazi/theme.toml
··· 98 98 99 99 [filetype] 100 100 rules = [ 101 - # Media 102 101 { mime = "image/*", fg = "#94e2d5" }, 103 102 { mime = "{audio,video}/*", fg = "#f9e2af" }, 104 103 105 - # Archives 106 104 { mime = "application/*zip", fg = "#f5c2e7" }, 107 105 { mime = "application/x-{tar,bzip*,7z-compressed,xz,rar}", fg = "#f5c2e7" }, 108 106 109 - # Documents 110 107 { mime = "application/{pdf,doc,rtf}", fg = "#a6e3a1" }, 111 108 112 - # Fallback 113 109 { name = "*", fg = "#cdd6f4" }, 114 110 { name = "*/", fg = "#b4befe" }, 115 111 ] 116 112 117 113 [icon] 118 114 119 - # Directories 120 115 dirs = [ 116 + { name = ".config", text = "", fg = "#fab387" }, 117 + { name = "code", text = "󱧶" }, 121 118 { name = "custom_scripts", text = "󱧶", fg = "#a6e3a1" }, 122 119 { name = "dotfiles", text = "", fg = "#f38ba8" }, 123 - { name = ".config", text = "", fg = "#fab387" }, 124 120 { name = "nvim", text = "", fg = "#a6e3a1" }, 125 - { name = "code", text = "󱧶" }, 121 + { name = "priv", text = "", fg = "#f38ba8" }, 126 122 { name = "sql", text = "󱋣", fg = "#f9e2af" }, 127 123 ] 128 124 ··· 185 181 { name = "PrusaSlicer.ini", text = "", fg = "#fab387" }, 186 182 { name = "PrusaSlicerGcodeViewer.ini", text = "", fg = "#fab387" }, 187 183 { name = "QtProject.conf", text = "", fg = "#a6e3a1" }, 184 + { name = "Taskfile.yml", text = "󰆧", fg = "#94e2d5" }, 188 185 { name = "_gvimrc", text = "", fg = "#a6e3a1" }, 189 186 { name = "_vimrc", text = "", fg = "#a6e3a1" }, 190 187 { name = "avif", text = "", fg = "#7f849c" }, ··· 304 301 { name = "xorg.conf", text = "", fg = "#fab387" }, 305 302 { name = "xsettingsd.conf", text = "", fg = "#fab387" }, 306 303 ] 304 + 307 305 exts = [ 308 306 { name = "3gp", text = "", fg = "#fab387" }, 309 307 { name = "3mf", text = "󰆧", fg = "#7f849c" },