🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

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

add yazi.toml

Kacaii 30a3c4b8 2e4bc4d3

+6 -3
+1 -1
.config/fish/config.fish
··· 2 2 3 3 set -g fish_greeting "" 4 4 set fish_color_valid_path 5 - source $__fish_config_dir/set_variables.fish 6 5 6 + source $__fish_config_dir/set_variables.fish 7 7 source $__fish_config_dir/abbr.fish 8 8 source $__fish_config_dir/ensure_path.fish 9 9
+3 -2
.config/yazi/theme.toml
··· 120 120 dirs = [ 121 121 { name = "ghq", text = "", fg = "#f38ba8" }, 122 122 { name = "custom_scripts", text = "󱧶", fg = "#a6e3a1" }, 123 + { name = "dotfiles", text = "󱞊", fg = "#cdd6f4" }, 123 124 { name = ".config", text = "", fg = "#fab387" }, 124 125 { name = "nvim", text = "", fg = "#a6e3a1" }, 125 - { name = "code", text = "󰉌" }, 126 - { name = "sql", text = "󱋣", fg = "#f9e2af"}, 126 + { name = "code", text = "󱧶" }, 127 + { name = "sql", text = "󱋣", fg = "#f9e2af" }, 127 128 ] 128 129 129 130 files = [
+2
.config/yazi/yazi.toml
··· 1 + [mgr] 2 + show_hidden = true