clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

update mutt

sspaeti adf35f3a 714321a3

+23 -8
+1 -1
Brewfile
··· 142 142 brew "the_platinum_searcher" 143 143 brew "the_silver_searcher" 144 144 brew "tig" 145 - brew "tinyproxy" 145 + brew "tinyproxy", restart_service: true 146 146 brew "tldr" 147 147 brew "utf8proc" 148 148 brew "tmux"
+19 -4
mutt/muttrc
··· 144 144 bind pager j next-line 145 145 bind pager k previous-line 146 146 bind pager l view-attachments 147 + 148 + 149 + #Vim navigation 150 + # Changed bindings for scrolling and deleting 151 + bind index,pager,browser \Cd half-down 152 + bind index,pager,browser \Cu half-up 147 153 bind index D delete-message 154 + bind index d noop 155 + # bind attach,index,pager \CD next-page 156 + # bind attach,index,pager \CU previous-page 157 + #bind index,pager,browser d half-down 158 + #bind index,pager,browser u half-up 159 + 160 + # Global search macro (excluding ScreenedOut folder) 161 + macro index \Cf "<limit>~B " "search in all folders" 162 + # appendix to add: <search term> & !~f ScreenedOut 163 + 164 + # Unbind ESC+q from sort 165 + unbind index,pager \eq 166 + 148 167 # bind index U undelete-message 149 168 # bind index L limit 150 169 bind index h noop ··· 158 177 bind browser G bottom-page 159 178 bind pager gg top 160 179 bind pager G bottom 161 - # bind attach,index,pager \CD next-page 162 - # bind attach,index,pager \CU previous-page 163 - bind index,pager,browser d half-down 164 - bind index,pager,browser u half-up 165 180 #sync & screener 166 181 # macro index,pager S "<shell-escape>offlineimap -a sspaeti.com<enter><sync-mailbox><shell-escape>~/.config/mutt/initial_screening.sh >> ~/.config/mutt/logs/screening.log 2>&1<enter><sync-mailbox>" 167 182 # both are seperate:
+3 -3
obsidian/appearance.json
··· 1 1 { 2 - "baseFontSize": 14, 3 - "cssTheme": "Obsidian gruvbox", 4 - "theme": "moonstone", 2 + "baseFontSize": 16, 3 + "cssTheme": "Kanagawa", 4 + "theme": "obsidian", 5 5 "enabledCssSnippets": [ 6 6 "hide_file_in_filetree", 7 7 "better_pdf"