clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

minor

sspaeti af0db3db 1ba9870d

+4 -15
-11
linux_applications/.local/share/applications/WLAN_Wifi.desktop
··· 1 - [Desktop Entry] 2 - Version=1.0 3 - Name=WLAN_Wifi 4 - Comment=WIFI settings for Computer 5 - Exec=alacritty --class=Impala --title=WLAN_Wifi -e impala 6 - Terminal=false 7 - Type=Application 8 - Icon=/home/sspaeti/.local/share/applications/icons/wlan.png 9 - Categories=GTK; 10 - StartupNotify=false 11 -
+1 -1
nvim/.config/nvim/lua/sspaeti/plugins/database.lua
··· 29 29 config = function() 30 30 -- Database connections 31 31 vim.g.dbs = { 32 - local_postgres_sspaeti = 'postgres://postgres@localhost:5432/sspaeti', 32 + local_postgres_postgres = 'postgres://postgres@localhost:5432/postgres', 33 33 duckdb_memory = 'duckdb:', 34 34 duckdb_file = 'duckdb:///tmp/analytics.duckdb', 35 35 }
+1 -1
obsidian/Simon/SecondBrain/.obsidian/appearance.json
··· 1 1 { 2 2 "baseFontSize": 16, 3 - "cssTheme": "Rosé Pine", 3 + "cssTheme": "Kanagawa", 4 4 "theme": "obsidian", 5 5 "enabledCssSnippets": [ 6 6 "hide_file_in_filetree",
+2 -2
obsidian/Simon/SecondBrain/.obsidian/community-plugins.json
··· 32 32 "obsidian-plantuml", 33 33 "obsidian-book-search-plugin", 34 34 "copy-document-as-html", 35 - "obsidian-linter", 36 35 "calendar", 37 36 "excalibrain", 38 - "obsidian-excalidraw-plugin" 37 + "obsidian-excalidraw-plugin", 38 + "obsidian-linter" 39 39 ]