clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

neomd

sspaeti d1d38a55 bddd4c10

+10 -2
+8
neomd/.config/neomd/config.toml
··· 21 21 screened_out = "/home/sspaeti/.dotfiles/mutt/.lists/screened_out.txt" 22 22 feed = "/home/sspaeti/.dotfiles/mutt/.lists/feed.txt" 23 23 papertrail = "/home/sspaeti/.dotfiles/mutt/.lists/papertrail.txt" 24 + spam = "/home/sspaeti/.dotfiles/mutt/.lists/spam.txt" 24 25 25 26 [folders] 26 27 inbox = "INBOX" ··· 35 36 waiting = "Waiting" 36 37 scheduled = "Scheduled" 37 38 someday = "Someday" 39 + spam = "spam" 40 + tab_order = ["inbox", "to_screen", "feed", "papertrail", "waiting", "someday", "scheduled", "sent", "archive", "screened_out", "trash"] 38 41 39 42 [ui] 40 43 theme = "dark" 41 44 inbox_count = 200 45 + signature = """**Simon Späti** 46 + Data Engineer & Technical Author, SSP Data GmbH 47 + 48 + Connect: [LinkedIn](https://li.ssp.sh/) | [Bluesky](https://bs.ssp.sh/) | [GitHub](https://gh.ssp.sh/) 49 + Explore: [Website](https://ssp.sh/) | [Vault](https://vault.ssp.sh/) | [Book](https://dedp.online/) | [Services](https://ssp.sh/services)"""
+1 -1
obsidian/Simon/SecondBrain/.obsidian/graph.json
··· 39 39 "repelStrength": 10.4107759100523, 40 40 "linkStrength": 0.864230408837599, 41 41 "linkDistance": 169, 42 - "scale": 0.14604504900794624, 42 + "scale": 0.4929020404018181, 43 43 "close": false 44 44 }
+1 -1
zsh/.dotfiles/zsh/aliases.shrc
··· 114 114 115 115 # Neomutt 116 116 alias mutt="neomutt" 117 - alias m="neomutt" 117 + alias m="neomd" 118 118 119 119 # alias rss="newsboat" 120 120 # alias rss='cd ~/.config/newsboat && NEWSBOAT_PASS="$NEWSBOAT_PASS" make run'