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

Configure Feed

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

add config for `freeze`

kacaii 3def509a d06f1b60

+16
+2
.config/fish/shell/abbr.fish
··· 16 16 abbr ll "eza -la --icons" 17 17 abbr tree "eza --tree --icons" 18 18 19 + abbr freeze "freeze --config user" 20 + 19 21 # ๓ฑ—† JJ 20 22 abbr jjc "jj commit -m" 21 23 abbr jjd "jj describe -m"
+13
.config/freeze/user.json
··· 1 + { 2 + "margin": [40, 40, 40, 40], 3 + "padding": [20, 20, 20, 20], 4 + "window": true, 5 + "width": 0, 6 + "height": 0, 7 + "theme": "catppuccin-mocha", 8 + "border": { "radius": 8, "width": 1, "color": "#45475a" }, 9 + "shadow": { "blur": 20, "x": 0, "y": 10 }, 10 + "line_height": 1.4, 11 + "show_line_numbers": false, 12 + "font": { "family": "Maple Mono NF", "size": 14, "ligatures": true } 13 + }
+1
.config/ghostty/config
··· 1 1 theme = catppuccin-mocha.conf 2 2 font-family = "Maple Mono NF" 3 + font-size = 11 3 4 background-opacity = 0.9 4 5 shell-integration-features = no-cursor 5 6 cursor-style = block