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

Configure Feed

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

add catppuccin theme to `eza`

kacaii 5a6b5a3f 98053285

+104 -3
+101
.config/eza/theme.yml
··· 1 + colourful: true 2 + 3 + filekinds: 4 + normal: { foreground: "#cdd6f4" } 5 + directory: { foreground: "#cba6f7" } 6 + symlink: { foreground: "#89b4fa" } 7 + pipe: { foreground: "#bac2de" } 8 + block_device: { foreground: "#eba0ac" } 9 + char_device: { foreground: "#eba0ac" } 10 + socket: { foreground: "#bac2de" } 11 + special: { foreground: "#cba6f7" } 12 + executable: { foreground: "#a6e3a1" } 13 + mount_point: { foreground: "#94e2d5" } 14 + 15 + perms: 16 + user_read: { foreground: "#f38ba8", is_bold: true } 17 + user_write: { foreground: "#f9e2af", is_bold: true } 18 + user_execute_file: { foreground: "#a6e3a1", is_bold: true } 19 + user_execute_other: { foreground: "#a6e3a1", is_bold: true } 20 + group_read: { foreground: "#f38ba8" } 21 + group_write: { foreground: "#f9e2af" } 22 + group_execute: { foreground: "#a6e3a1" } 23 + other_read: { foreground: "#f38ba8" } 24 + other_write: { foreground: "#f9e2af" } 25 + other_execute: { foreground: "#a6e3a1" } 26 + special_user_file: { foreground: "#cba6f7" } 27 + special_other: { foreground: "#7f849c" } 28 + attribute: { foreground: "#9399b2" } 29 + 30 + size: 31 + major: { foreground: "#a6adc8" } 32 + minor: { foreground: "#89dceb" } 33 + number_byte: { foreground: "#bac2de" } 34 + number_kilo: { foreground: "#a6adc8" } 35 + number_mega: { foreground: "#89b4fa" } 36 + number_giga: { foreground: "#cba6f7" } 37 + number_huge: { foreground: "#cba6f7" } 38 + unit_byte: { foreground: "#a6adc8" } 39 + unit_kilo: { foreground: "#89dceb" } 40 + unit_mega: { foreground: "#cba6f7" } 41 + unit_giga: { foreground: "#cba6f7" } 42 + unit_huge: { foreground: "#94e2d5" } 43 + 44 + users: 45 + user_you: { foreground: "#cdd6f4" } 46 + user_root: { foreground: "#f38ba8" } 47 + user_other: { foreground: "#eba0ac" } 48 + group_yours: { foreground: "#a6adc8" } 49 + group_other: { foreground: "#9399b2" } 50 + group_root: { foreground: "#f38ba8" } 51 + 52 + links: 53 + normal: { foreground: "#89b4fa" } 54 + multi_link_file: { foreground: "#89b4fa" } 55 + 56 + git: 57 + new: { foreground: "#a6e3a1" } 58 + modified: { foreground: "#f9e2af" } 59 + deleted: { foreground: "#eba0ac" } 60 + renamed: { foreground: "#94e2d5" } 61 + typechange: { foreground: "#f5c2e7" } 62 + ignored: { foreground: "#7f849c" } 63 + conflicted: { foreground: "#fab387" } 64 + 65 + git_repo: 66 + branch_main: { foreground: "#a6adc8" } 67 + branch_other: { foreground: "#cba6f7" } 68 + git_clean: { foreground: "#a6e3a1" } 69 + git_dirty: { foreground: "#eba0ac" } 70 + 71 + security_context: 72 + colon: { foreground: "#6c7086" } 73 + user: { foreground: "#7f849c" } 74 + role: { foreground: "#cba6f7" } 75 + typ: { foreground: "#585b70" } 76 + range: { foreground: "#cba6f7" } 77 + 78 + file_type: 79 + image: { foreground: "#f9e2af" } 80 + video: { foreground: "#f38ba8" } 81 + music: { foreground: "#a6e3a1" } 82 + lossless: { foreground: "#94e2d5" } 83 + crypto: { foreground: "#7f849c" } 84 + document: { foreground: "#cdd6f4" } 85 + compressed: { foreground: "#f5c2e7" } 86 + temp: { foreground: "#eba0ac" } 87 + compiled: { foreground: "#74c7ec" } 88 + source: { foreground: "#89b4fa" } 89 + 90 + punctuation: { foreground: "#6c7086" } 91 + date: { foreground: "#f9e2af" } 92 + inode: { foreground: "#a6adc8" } 93 + blocks: { foreground: "#6c7086" } 94 + header: { foreground: "#cdd6f4" } 95 + octal: { foreground: "#94e2d5" } 96 + flags: { foreground: "#cba6f7" } 97 + 98 + symlink_path: { foreground: "#89dceb" } 99 + control_char: { foreground: "#74c7ec" } 100 + broken_symlink: { foreground: "#f38ba8" } 101 + broken_path_overlay: { foreground: "#585b70" }
+3 -3
.config/fish/shell/abbr.fish
··· 12 12 abbr v nvim 13 13 abbr man batman 14 14 15 - abbr ls "eza --icons" 16 - abbr ll "eza -la --icons" 17 - abbr tree "eza --tree --icons" 15 + abbr ls "eza --icons always" 16 + abbr ll "eza -la --icons always" 17 + abbr tree "eza --tree --icon always" 18 18 19 19 abbr freeze "freeze --config user" 20 20