dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 419ba79a34a3b8793b1ae3f0cf1b34a2ea43a8a2
parent a2ecf1a4102dcba87ae2034b2486f721840503a8
Author: Andrew Laack <andrew.laack@imbue.com>
Date:   Mon,  9 Feb 2026 19:31:27 -0600

Updates

Diffstat:
M.gitignore | 1+
Mbashrc | 23+++++++++++++++++++++--
Mnewsboat/urls | 2++
Mpavucontrol.ini | 4++--
Dsimplex/settings.properties | 18------------------
Dsimplex/themes.yaml | 22----------------------
6 files changed, 26 insertions(+), 44 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -49,3 +49,4 @@ opencode/ qBittorrent/ *.pyc QtProject.conf +simplex/* diff --git a/bashrc b/bashrc @@ -190,7 +190,6 @@ export PATH="/home/andrew/.local/bin:$PATH" alias dev_build="uv run sculptor/scripts/dev.py rebuild_container_for_local_testing my_dev_control_plane_volume && SCULPTOR_CONTROL_PLANE_VOLUME=my_dev_control_plane_volume just tmux-dev" alias build_control_plane="uv run sculptor/sculptor/cli/dev.py build-control-plane" -alias l='lynx' [ -f "/home/andrew/.ghcup/env" ] && . "/home/andrew/.ghcup/env" # ghcup-env alias format="uv run imbue_core/imbue_core/ratchets/test_all_ratchets.py test" @@ -206,7 +205,27 @@ alias favorite="find ~/syncing/music -type f | fzf >> ~/syncing/music/favorites. # tmux #fi -alias daily-summary="/home/andrew/gitRepos/information-retrieval/web-research/build/main \"Find todays news on AI developments, acquisitions, and tech. ENSURE ALL INFORMATION IS FROM TODAY. DO NOT include information that is not from today. It is currently $(date). Give **full** links to sources as applicable.\"" +#alias daily-summary="/home/andrew/gitRepos/information-retrieval/web-research/build/main \"Find todays news on AI developments, acquisitions, and tech. ENSURE ALL INFORMATION IS FROM TODAY. DO NOT include information that is not from today. It is currently $(date). Give **full** links to sources as applicable.\"" # This persists in .config, but I want to remember this in case things must change. # xdg-settings set default-web-browser librewolf.desktop + + +#alias jb="fg %$(jobs | fzf | grep -oP '^\[\K[0-9]+')" +alias print-today="date +%Y-%m-%d" + +message() { + ( + cd "/home/andrew/gitRepos/personal-notes/" || exit + mkdir -p notes/messages/$1 + vim "notes/messages/$1/$2.md" + ) +} + +today() { + ( + cd "/home/andrew/gitRepos/personal-notes/" || exit + mkdir -p notes/daily + vim notes/daily/$(date +%Y-%m-%d).md + ) +} diff --git a/newsboat/urls b/newsboat/urls @@ -7,6 +7,7 @@ https://geohot.github.io/blog/feed.xml Blog https://blog.laack.co/feed.xml Blog https://stevana.github.io/rss.xml Blog https://spreadprivacy.com/rss/ Blog +https://brave.com/blog/index.xml Blog "query:News:tags # \"News\"" https://feeds.arstechnica.com/arstechnica/technology-lab News Tech @@ -23,3 +24,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC6biysICWOJ-C3P4Tyeggzg "~L https://www.youtube.com/feeds/videos.xml?playlist_id=PL8mG-RkN2uTw7PhlnAr4pZZz2QubIbujH "~WAN Show" "YouTube" https://www.youtube.com/feeds/videos.xml?channel_id=UCpCSAcbqs-sjEVfk_hMfY9w "~Zach Star" "YouTube" https://www.youtube.com/feeds/videos.xml?channel_id=UC2O2xML7kL6Rbv3fjyi74xA "~Zach Star Himself" "YouTube" +https://www.youtube.com/feeds/videos.xml?channel_id=UCl2mFZoRqjw_ELax4Yisf6w "~Louis Rossmann" "YouTube" diff --git a/pavucontrol.ini b/pavucontrol.ini @@ -1,6 +1,6 @@ [window] -width=964 -height=1194 +width=961 +height=1180 sinkInputType=1 sourceOutputType=1 sinkType=0 diff --git a/simplex/settings.properties b/simplex/settings.properties @@ -1,18 +0,0 @@ -# -#Wed Jan 28 08:25:07 CST 2026 -WhatsNewVersion=v6.4.1 -AddressCreationCardShown=true -StoreDBPassphrase=false -InitialRandomDBPassphrase=false -PrivacyDeliveryReceiptsSet=true -CurrentTheme=BLACK -DesktopWindowState={\n "width"\: 1376,\n "height"\: 768,\n "x"\: 0,\n "y"\: 0\n} -OneHandUICardShown=true -NewDatabaseInitialized=true -CurrentThemeIds={\n "LIGHT"\: "13052d2f-c2b5-44fa-9151-f43e3f294df3"\n} -OneHandUI=true -LastMigratedVersionCode=328 -ChatLastStart=1769610307449 -ChatStopped=false -SystemDarkTheme=BLACK -OnboardingStage=OnboardingComplete diff --git a/simplex/themes.yaml b/simplex/themes.yaml @@ -1,21 +0,0 @@ -themes: -- themeId: "e4d9adf0-c4ec-491b-b0bf-019aca441536" - base: "LIGHT" - wallpaper: - preset: "school" - scale: 1.0 -- themeId: "f92fb791-9ca4-462a-aaed-bdec4ae12fda" - base: "LIGHT" - wallpaper: - preset: "travel" - scale: 1.0 -- themeId: "39b47632-f693-4ddc-8c52-9a32a86d220f" - base: "LIGHT" - wallpaper: - preset: "cats" - scale: 1.0 -- themeId: "13052d2f-c2b5-44fa-9151-f43e3f294df3" - base: "LIGHT" - wallpaper: - preset: "flowers" - scale: 1.0- \ No newline at end of file