[READ-ONLY] Mirror of https://github.com/plttn/dotfiles.
0

Configure Feed

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

Update .config/ccstatusline/settings.json Update .config/fish/config.fish Update .config/zed/settings.json

Jack Platten (Jul 10, 2026, 11:01 PM -0700) 36ebd3a6 70a03c70

+33 -4
+29 -1
private_dot_config/ccstatusline/settings.json
··· 103 103 }, 104 104 { 105 105 "id": "04de32fb-4002-434c-b2c4-9796b9ff5e0a", 106 + "type": "separator", 107 + "character": "," 108 + }, 109 + { 110 + "id": "b5410f84-956d-48d8-9359-eb3c90df5b65", 111 + "type": "reset-timer", 112 + "metadata": { 113 + "display": "time", 114 + "compact": "true" 115 + }, 116 + "rawValue": true 117 + }, 118 + { 119 + "id": "402c210b-985f-4db0-ae03-a86a822aeacd", 106 120 "type": "separator" 107 121 }, 108 122 { ··· 111 125 "metadata": { 112 126 "display": "progress-short" 113 127 } 128 + }, 129 + { 130 + "id": "0fe47585-0c22-4535-ba33-3f9b5e290120", 131 + "type": "separator", 132 + "character": "," 133 + }, 134 + { 135 + "id": "06fbd2f5-d7b7-470f-9928-e2345b2a0a70", 136 + "type": "weekly-reset-timer", 137 + "metadata": { 138 + "display": "time", 139 + "compact": "true" 140 + }, 141 + "rawValue": true 114 142 } 115 143 ] 116 144 ], 117 145 "flexMode": "full-minus-40", 118 146 "compactThreshold": 60, 119 - "colorLevel": 2, 147 + "colorLevel": 3, 120 148 "inheritSeparatorColors": false, 121 149 "globalBold": false, 122 150 "gitCacheTtlSeconds": 5,
+2 -2
private_dot_config/private_fish/config.fish
··· 1 - set -g EZA_CONFIG_DIR "$HOME/.config/eza" 1 + #set -g EZA_CONFIG_DIR "$HOME/.config/eza" 2 2 3 3 if status is-interactive 4 4 # Commands to run in interactive sessions can go here 5 5 atuin init fish | source 6 - set -gx LS_COLORS (vivid generate ansi) 6 + set -gx LS_COLORS (vivid generate molokai) 7 7 8 8 end 9 9
+2 -1
private_dot_config/zed/private_settings.json
··· 7 7 // custom settings, run the `open default settings` command 8 8 // from the command palette or from `Zed` application menu. 9 9 { 10 + "markdown_preview_font_size": 14.0, 10 11 "ui_font_size": 16.0, 11 12 "buffer_font_weight": 400.0, 12 13 "colorize_brackets": true, ··· 53 54 "ui_font_weight": 400.0, 54 55 "ui_font_family": ".ZedSans", 55 56 "edit_predictions": { 56 - "allow_data_collection": "no", 57 + "allow_data_collection": "yes", 57 58 "disabled_globs": [], 58 59 "mode": "eager", 59 60 "copilot": {