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

Configure Feed

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

fix bsky, tangled and hexdocs link

kacaii c60dcf02 30f46ea2

+3 -3
-1
.config/fish/functions/uu.fish
··· 3 3 sudo apt update -y 4 4 sudo apt full-upgrade -y 5 5 brew upgrade 6 - fisher update 7 6 deno upgrade 8 7 end
+3 -2
.config/nvim/lua/plugins/render_markdown.lua
··· 10 10 link = { 11 11 enabled = true, 12 12 custom = { 13 - bluesky = { pattern = "^bsky.app", icon = "๎ŠŽ " }, 14 - tangled = { pattern = "^tangled.org", icon = "๓ฐณ† " }, 13 + bluesky = { pattern = "^https://bsky.app", icon = "๎ŠŽ " }, 14 + tangled = { pattern = "^https://tangled.org", icon = "๓ฐณ† " }, 15 + hexdocs = { pattern = "^https://hexdocs.pm", icon = "๎™ง " }, 15 16 }, 16 17 }, 17 18 },