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

Configure Feed

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

add fastfetch config

kacaii c4090077 991de7a1

+56
+55
.config/fastfetch/config.jsonc
··· 1 + { 2 + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", 3 + "logo": null, 4 + "display": { "separator": " โ€บ " }, 5 + "modules": [ 6 + // 7 + "break", 8 + 9 + { 10 + "type": "os", 11 + "key": "OS ", 12 + "keyColor": "blue", 13 + }, 14 + 15 + { 16 + "type": "kernel", 17 + "key": "KER ", 18 + "keyColor": "blue", 19 + }, 20 + 21 + { 22 + "type": "packages", 23 + "format": "{} (pacman)", 24 + "key": "PKG ", 25 + "keyColor": "blue", 26 + }, 27 + 28 + { 29 + "type": "shell", 30 + "key": "SH ", 31 + "keyColor": "blue", 32 + }, 33 + 34 + { 35 + "type": "terminal", 36 + "key": "TER ", 37 + "keyColor": "blue", 38 + }, 39 + 40 + { 41 + "type": "wm", 42 + "key": "WM ", 43 + "keyColor": "blue", 44 + }, 45 + 46 + "break", 47 + 48 + { 49 + "type": "colors", 50 + "symbol": "circle", 51 + }, 52 + 53 + "break", 54 + ], 55 + }
+1
.config/fish/shell/abbr.fish
··· 9 9 # Default 10 10 abbr c clear 11 11 abbr fcc fish_clipboard_copy 12 + abbr ff fastfetch 12 13 abbr v nvim 13 14 abbr man batman 14 15 abbr ytd "yt-dlp --remote-components ejs:github -t mp4"