🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

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

change prompt icon

Kacaii 6a09dd2d 9be71def

+3 -4
+1 -1
.config/fish/functions/fish_prompt.fish
··· 3 3 set -l working_directory (set_color green) (prompt_pwd) (set_color normal) 4 4 5 5 if test ( pwd ) = $HOME/dotfiles 6 - set icon (set_color red) "󰁯 " (set_color normal) 6 + set icon (set_color red) " " (set_color normal) 7 7 else if test -e "build.zig" 8 8 set icon (set_color yellow) " " (set_color normal) 9 9 else if test -e "deno.json"
+1 -1
.config/nvim/lua/plugins/colorscheme.lua
··· 73 73 LineNr = { fg = colors.overlay1 }, 74 74 75 75 --  Making the float window same color as the bg 76 - NormalFloat = { fg = colors.overlay1, bg = colors.none }, 76 + NormalFloat = { bg = colors.base }, 77 77 FloatBorder = { fg = colors.overlay1, bg = colors.none }, 78 78 79 79 --  TODO
+1 -2
.config/yazi/theme.toml
··· 118 118 119 119 # Directories 120 120 dirs = [ 121 - { name = "ghq", text = "", fg = "#f38ba8" }, 122 121 { name = "custom_scripts", text = "󱧶", fg = "#a6e3a1" }, 123 - { name = "dotfiles", text = "󱞊", fg = "#cdd6f4" }, 122 + { name = "dotfiles", text = "", fg = "#f38ba8" }, 124 123 { name = ".config", text = "", fg = "#fab387" }, 125 124 { name = "nvim", text = "", fg = "#a6e3a1" }, 126 125 { name = "code", text = "󱧶" },