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

Configure Feed

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

remove fish unused themes

kacaii 1eb5155c ac67a443

+7 -93
+2 -1
.config/fish/config.fish
··· 29 29 command -q keychain; and eval "$(keychain --quiet --eval github tangled)" 30 30 command -q zoxide; and zoxide init fish | source 31 31 command -q starship; and starship init fish | source 32 + command -q batpipe; and batpipe | source 32 33 33 34 # ๎น Load scripts 34 35 set -l INIT $__fish_config_dir/init ··· 45 46 --color=border:#6C7086,label:#CDD6F4 \ 46 47 --style minimal \ 47 48 --layout reverse --height 30% \ 48 - --preview='bat -p --color=always {}'" 49 + --preview='bat --color=always {}'" 49 50 end
+5 -2
.config/fish/init/abbr.fish
··· 10 10 abbr c clear 11 11 abbr fcc fish_clipboard_copy 12 12 abbr ff fastfetch 13 + abbr freeze "freeze --config user" 13 14 abbr v nvim 15 + abbr ytd "yt-dlp --remote-components ejs:github -t mp4" 16 + 14 17 abbr man batman 15 - abbr ytd "yt-dlp --remote-components ejs:github -t mp4" 16 - abbr freeze "freeze --config user" 18 + abbr rg batgrep 19 + abbr bat prettybat 17 20 18 21 abbr ls "eza --icons always" 19 22 abbr ll "eza -la --icons always"
-30
.config/fish/themes/Catppuccin Frappe.theme
··· 1 - # name: 'Catppuccin Frappรฉ' 2 - # url: 'https://github.com/catppuccin/fish' 3 - # preferred_background: 303446 4 - 5 - fish_color_normal c6d0f5 6 - fish_color_command 8caaee 7 - fish_color_param eebebe 8 - fish_color_keyword ca9ee6 9 - fish_color_quote a6d189 10 - fish_color_redirection f4b8e4 11 - fish_color_end ef9f76 12 - fish_color_comment 838ba7 13 - fish_color_error e78284 14 - fish_color_gray 737994 15 - fish_color_selection --background=414559 16 - fish_color_search_match --background=414559 17 - fish_color_option a6d189 18 - fish_color_operator f4b8e4 19 - fish_color_escape ea999c 20 - fish_color_autosuggestion 737994 21 - fish_color_cancel e78284 22 - fish_color_cwd e5c890 23 - fish_color_user 81c8be 24 - fish_color_host 8caaee 25 - fish_color_host_remote a6d189 26 - fish_color_status e78284 27 - fish_pager_color_progress 737994 28 - fish_pager_color_prefix f4b8e4 29 - fish_pager_color_completion c6d0f5 30 - fish_pager_color_description 737994
-30
.config/fish/themes/Catppuccin Latte.theme
··· 1 - # name: 'Catppuccin Latte' 2 - # url: 'https://github.com/catppuccin/fish' 3 - # preferred_background: eff1f5 4 - 5 - fish_color_normal 4c4f69 6 - fish_color_command 1e66f5 7 - fish_color_param dd7878 8 - fish_color_keyword 8839ef 9 - fish_color_quote 40a02b 10 - fish_color_redirection ea76cb 11 - fish_color_end fe640b 12 - fish_color_comment 8c8fa1 13 - fish_color_error d20f39 14 - fish_color_gray 9ca0b0 15 - fish_color_selection --background=ccd0da 16 - fish_color_search_match --background=ccd0da 17 - fish_color_option 40a02b 18 - fish_color_operator ea76cb 19 - fish_color_escape e64553 20 - fish_color_autosuggestion 9ca0b0 21 - fish_color_cancel d20f39 22 - fish_color_cwd df8e1d 23 - fish_color_user 179299 24 - fish_color_host 1e66f5 25 - fish_color_host_remote 40a02b 26 - fish_color_status d20f39 27 - fish_pager_color_progress 9ca0b0 28 - fish_pager_color_prefix ea76cb 29 - fish_pager_color_completion 4c4f69 30 - fish_pager_color_description 9ca0b0
-30
.config/fish/themes/Catppuccin Macchiato.theme
··· 1 - # name: 'Catppuccin Macchiato' 2 - # url: 'https://github.com/catppuccin/fish' 3 - # preferred_background: 24273a 4 - 5 - fish_color_normal cad3f5 6 - fish_color_command 8aadf4 7 - fish_color_param f0c6c6 8 - fish_color_keyword c6a0f6 9 - fish_color_quote a6da95 10 - fish_color_redirection f5bde6 11 - fish_color_end f5a97f 12 - fish_color_comment 8087a2 13 - fish_color_error ed8796 14 - fish_color_gray 6e738d 15 - fish_color_selection --background=363a4f 16 - fish_color_search_match --background=363a4f 17 - fish_color_option a6da95 18 - fish_color_operator f5bde6 19 - fish_color_escape ee99a0 20 - fish_color_autosuggestion 6e738d 21 - fish_color_cancel ed8796 22 - fish_color_cwd eed49f 23 - fish_color_user 8bd5ca 24 - fish_color_host 8aadf4 25 - fish_color_host_remote a6da95 26 - fish_color_status ed8796 27 - fish_pager_color_progress 6e738d 28 - fish_pager_color_prefix f5bde6 29 - fish_pager_color_completion cad3f5 30 - fish_pager_color_description 6e738d