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

Configure Feed

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

update jj `change_id` format

kacaii ede0628b 100b646d

+3 -3
+1 -1
.config/jj/config.toml
··· 26 26 27 27 [template-aliases] 28 28 "format_short_signature(signature)" = "signature.name()" 29 - "format_short_id(id)" = "id.shortest()" 29 + "format_short_id(id)" = "id.shortest(6)" 30 30 31 31 "abbreviate_timestamp_suffix(s, suffix, abbr)" = ''' 32 32 if(
+1 -1
.config/vesktop/themes/midnight.theme.css
··· 112 112 --accent-4: var(--purple-4); /* accent buttons when hovered */ 113 113 --accent-5: var(--purple-5); /* accent buttons when clicked */ 114 114 /* stuff that's normally red like mute/deafen buttons */ 115 - --accent-new: var(--accent-2); 115 + --accent-new: var(--accent-5); 116 116 /* background of messages that mention you */ 117 117 --mention: linear-gradient( 118 118 to right,
+1 -1
.gitconfig
··· 1 1 [user] 2 2 email = kacaii.privado@gmail.com 3 - name = kacaii 3 + name = kacaii.dev 4 4 5 5 [pull] 6 6 rebase = true