๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

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

fzf is now transparent

kacaii 1f42d4e0 90458dc7

+8 -5
+5 -3
.config/fish/config.fish
··· 33 33 34 34 # ๓ฐฏ Fzf Setup 35 35 command -q fzf; and fzf --fish | source; and set -gx FZF_DEFAULT_OPTS "\ 36 - --color=bg+:#313244,bg:#1E1E2E,spinner:#F5E0DC,hl:#F38BA8 \ 36 + --color=bg+:#313244,spinner:#F5E0DC,hl:#F38BA8 \ 37 37 --color=fg:#CDD6F4,header:#F38BA8,info:#CBA6F7,pointer:#F5E0DC \ 38 38 --color=marker:#B4BEFE,fg+:#CDD6F4,prompt:#CBA6F7,hl+:#F38BA8 \ 39 39 --color=selected-bg:#45475A \ 40 - --color=border:#6C7086,label:#CDD6F4" 41 - 40 + --color=border:#6C7086,label:#CDD6F4 \ 41 + --style minimal \ 42 + --layout reverse --height 30% \ 43 + --preview='bat -p --color=always {}'" 42 44 end
+1
.config/fish/shell/abbr.fish
··· 9 9 abbr c clear 10 10 abbr fcc fish_clipboard_copy 11 11 abbr v nvim 12 + abbr man batman 12 13 13 14 abbr ls "eza --icons" 14 15 abbr ll "eza -la --icons"
+2 -2
.config/ghostty/config
··· 1 1 theme = catppuccin-mocha.conf 2 + font-family = "Maple Mono NF" 2 3 background-opacity = 0.9 3 - background-blur = true 4 4 shell-integration-features = no-cursor 5 5 cursor-style = block 6 - font-family = "Maple Mono NF" 6 + background-blur = true 7 7 8 8 # This is the configuration file for Ghostty. 9 9 #