summaryrefslogtreecommitdiff
path: root/tw/home/files
AgeCommit message (Collapse)Author
2023-09-13Update Emacs, Kitty and Vim Catppuccin themesTimo Wilken
The Emacs theme saw the most development, no longer uses autothemer, and exposes a few new Customize variables.
2023-09-12Factor out common desktop servicesTimo Wilken
Most of the code for setting desktop layouts is common between machines. Also, make the blueman-applet service reusable.
2023-09-12Always encrypt to default key as wellTimo Wilken
Allow specifying a default key for GnuPG, to which it will encrypt everything. This allows me to still read me sent encrypted mail in aerc. See also: https://lists.sr.ht/~rjarry/aerc-discuss/%3CCUMGQ2JG8G0P.YIQ497JVC3AW%40nixos%3E
2023-09-08Back up Syncthing data separatelyTimo Wilken
This should allow sharing the underlying data with backups from fp4.twilken.net.
2023-09-05Fix OpenMoji height adjustment since the font works againTimo Wilken
2023-09-04Bind :sign and :encrypt keys for aercTimo Wilken
2023-07-23Improve sly setupTimo Wilken
Need a `sly-eval-buffer' command. Also, `sly-mrepl' doesn't work without running `sly' beforehand.
2023-07-19Configure emacs-sly for Common Lisp devTimo Wilken
2023-06-30Add WIP sleep support to sessionmenuTimo Wilken
Doesn't really work yet, because writing to /sys/power/state needs root.
2023-06-30Modernise aerc config for 0.15.0+Timo Wilken
Some config settings were deprecated and/or changed.
2023-06-29Improve prompt colouring if user is rootTimo Wilken
2023-06-29Fix zsh host completion colouringTimo Wilken
2023-06-11Remove deleted timo@wilkenfamily.de mailboxTimo Wilken
2023-06-10Auto-shrink Geiser REPL windowTimo Wilken
2023-06-08Add xcopy and xpaste aliasesTimo Wilken
2023-06-07Fix invocation of imv command by aercTimo Wilken
This way, it's invoked only when the user presses "O" instead of when switching to the image attachment.
2023-06-07Fix aerc deletion keybindsTimo Wilken
"D" should mean "move to bin" in view mode as well.
2023-06-05Update work mail config to match home configTimo Wilken
2023-06-05Install pdsh for parallel SSHTimo Wilken
2023-06-03Specify more mimeapps explicitlyTimo Wilken
2023-06-03Add aerc keybinds and archive foldersTimo Wilken
2023-06-02Modernise GPG configurationTimo Wilken
2023-05-28Add timo@wilkenfamily.de email accountTimo Wilken
2023-05-28Install and configure Emacs haskell-modeTimo Wilken
2023-05-26Default to git commit -vTimo Wilken
2023-05-25Fix PGP keyserver setupTimo Wilken
2023-05-25Set up GPG mail signing and encryptionTimo Wilken
2023-05-25Try syncing CERN Outlook calendarTimo Wilken
2023-05-25Enable GPG signing for mailTimo Wilken
2023-05-22Fix PGP key in private gitconfigTimo Wilken
2023-05-22Adjust Emacs fill-columnTimo Wilken
2023-05-21Whitelist another Guix repo snippetTimo Wilken
2023-05-20Add links to Emacs packagesTimo Wilken
I might want to replace ivy and counsel with more vanilla-like Emacs packages. Add links to them.
2023-05-20Tweak polybar font definitionTimo Wilken
Though this still doesn't fix the problem with emojis not being displayed. Maybe the font file is wrong somehow -- OpenMoji chars aren't displayed in LibreOffice either.
2023-05-05Set up project-modeTimo Wilken
2023-05-05Add keybinding for which-key-show-top-levelTimo Wilken
2023-04-26Add vc-mode-related key bindingsTimo Wilken
2023-04-26Improve counsel-dash handlingTimo Wilken
2023-04-25Update vinagre bookmarks with new MacsTimo Wilken
2023-04-24Improve Emacs data file locationsTimo Wilken
Move `native-compile-target-directory' setup to early-init.el to avoid clutter, and move a couple more data dirs to ~/.local/share.
2023-04-23Move gpg-agent config changes to the right placeTimo Wilken
Also, delete leftover unused file.
2023-04-22Reinstate vdirsyncer cronjobsTimo Wilken
With a long-enough TTL on the passwords in gpg-agent, this should work without popping up a password prompt every half hour.
2023-04-21Configure restic environmentTimo Wilken
2023-04-21Let aerc handle XOAUTH itselfTimo Wilken
This should be more reliable than using mutt_oauth2 and fighting aerc's caching of the passphrase. This also fixes sending emails from the Cantab and Outlook accounts.
2023-04-21Preserve vinagre (remote desktop) bookmarksTimo Wilken
2023-04-21Fix aerc ExOl SMTP setupTimo Wilken
Apparently, smtp-starttls=true is not recognised; use =yes instead.
2023-04-21Merge diverged work and home branchesTimo Wilken
This took some work, particularly when re-merging the diverged OpenSSH configs and duplicate home services between lap.scm/home.scm and cern.scm.
2023-04-20Split work and home aerc configs apartTimo Wilken
2023-04-18Fix sending ExOl mailTimo Wilken
2023-04-16Fix org-mode :modeTimo Wilken