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

Configure Feed

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

use regular font size

kacaii b6042b70 9e5eaa56

+1 -17
-1
.config/ghostty/config
··· 1 1 theme = catppuccin-mocha.conf 2 2 font-family = "Maple Mono NF" 3 - font-size = 10 4 3 font-thicken = true 5 4 background-opacity = 0.9 6 5 background-blur = true
-4
.config/nvim/lua/plugins/jj_log.lua
··· 1 - return { 2 - "https://tangled.org/bpavuk.neocities.org/jj-log.nvim", 3 - opts = {}, 4 - }
-11
.config/nvim/lua/plugins/lualine.lua
··· 1 - local function jj_msg() 2 - local result = vim.b.jj_desc 3 - 4 - if not result then 5 - return "" 6 - end 7 - 8 - return "๓ฐœ˜ " .. result .. " " 9 - end 10 - 11 1 return { 12 2 "nvim-lualine/lualine.nvim", 13 3 opts = { 14 - sections = { lualine_c = { jj_msg } }, 15 4 options = { 16 5 section_separators = { left = "โ–’", right = "โ–’" }, 17 6 component_separators = { left = "", right = "" },
+1 -1
.config/starship.toml
··· 2 2 3 3 palette = "catppuccin_mocha" 4 4 add_newline = false 5 + command_timeout = 750 5 6 6 7 [character] 7 8 success_symbol = "[[๓ฐ„›](green) โฏ](peach)" ··· 16 17 disabled = true 17 18 18 19 [custom.jj] 19 - ignore_timeout = true 20 20 description = "The current jj status" 21 21 detect_folders = [".jj"] 22 22 style = "blue"