dotfiles

My ~/.config directory

Commits at 33902043495ce65dfd3dd78fe8d06d702b5ff287

  1. 33902043 Revert "Rewrite termux-ssh-askpass as a one-liner" This reverts commit ef85bc11a15ad4f09bad463eeca6b1e8b657f71d. Anthony Wang authored at Anthony Wang comitted at
  2. ef85bc11 Rewrite termux-ssh-askpass as a one-liner Anthony Wang authored at Anthony Wang comitted at
  3. e23d7718 Fix some weird termux-ssh-askpass bugs, enable ssh-agent Anthony Wang authored at Anthony Wang comitted at
  4. cf4644e5 Move termux-ssh-askpass to an executable script Anthony Wang authored at Anthony Wang comitted at
  5. 9bba73a1 Set SSH envvars if running in Termux Anthony Wang authored at Anthony Wang comitted at
  6. d815f362 Use fingerprint auth for Termux SSH Anthony Wang authored at Anthony Wang comitted at
  7. da1b7a53 Require name arg for btrdiff Anthony Wang authored at Anthony Wang comitted at
  8. 86a571ce Fish already defines l now Anthony Wang authored at Anthony Wang comitted at
  9. 98c8524e abbr -a -- n nix Anthony Wang authored at Anthony Wang comitted at
  10. c1ff5b6b Move switch virtual keyboard script to nixos-config Anthony Wang authored at Anthony Wang comitted at
  11. 028400b6 Set special share/applications prefix if NixOS detected Anthony Wang authored at Anthony Wang comitted at
  12. 59d44611 Add dashes to name of switch-virtual-keyboard Anthony Wang authored at Anthony Wang comitted at
  13. 5f1e60aa Move systemd user services to nixos-config Anthony Wang authored at Anthony Wang comitted at
  14. 54bb02bb Configure VSCode custom Dafny using envvar instead of the config file Anthony Wang authored at Anthony Wang comitted at
  15. 0aa09059 Use kioclient for trashing abbr Anthony Wang authored at Anthony Wang comitted at
  16. c3eab69c Switch to VSCodium and NixOS-installed Dafny Anthony Wang authored at Anthony Wang comitted at
  17. a8918a03 ssh-agent stuff now tracked by NixOS Anthony Wang authored at Anthony Wang comitted at
  18. 83ea0dec Passthrough args to rg for todo = Anthony Wang authored at Anthony Wang comitted at
  19. 4849ad3e Set var for Julia XDG Anthony Wang authored at Anthony Wang comitted at
  20. 86596418 Fix typo in micro bindings, add comment about CtrlV in micro Anthony Wang authored at Anthony Wang comitted at
  21. d4caa508 Enable Wayland for VSCode Anthony Wang authored at Anthony Wang comitted at
  22. 9e0738ba Re-add VSCode settings.json Anthony Wang authored at Anthony Wang comitted at
  23. 6c2fd13d Use grep -n instead of rg for portability Anthony Wang authored at Anthony Wang comitted at
  24. cafc7198 Note that todo lists are CSVs Anthony Wang authored at Anthony Wang comitted at
  25. 64af4f91 Simple todo list manager Anthony Wang authored at Anthony Wang comitted at
  26. 43f74b9f --one-file-system for rclone is probably not necessary? Anthony Wang authored at Anthony Wang comitted at
  27. df4d62f7 Make rclone include everything other than hidden files, use symlinks in ~/Documents/Archive to list history files to include rather than hardcoding them in the rclone command Anthony Wang authored at Anthony Wang comitted at
  28. 2aa39f16 Revert "Include GPG keys in encrypted cloud backup" This reverts commit c74193e280cc53ac16aa491767059b78ab1dac9d. Anthony Wang authored at Anthony Wang comitted at
  29. 2b0c6e4f mpv/scripts/visualizer.lua: improve compatiblity with other scripts Writing to lavfi-complex even when no visualization is desired can cause conflicts with other scripts, as can be seen in https://github.com/mfcc64/mpv-scripts/issues/36 Since each file needs to be evaluated individually if the visualizer should be used for it. There is no benefit in keeping lavfi-complex set across file boundaries and only adds the requirement that it has to be reset if the next file shouldn't use the visualizer. Setting lavfi-complex as a file-local-option avoids the need to reset it via the script, and can help avoid conflicts with other scripts. Additionally using the visualizer for files without audio doesn't make sense, therefore the visualizer can be skipped for any files without audio tracks. Christoph Heinrich authored at Anthony Wang comitted at
  30. cb7c3c95 Revert "Use run0 instead of sudo and sudoedit" This reverts commit a57b87f1843b5337514e0cfd7eb060fb32ce3bad. Anthony Wang authored at Anthony Wang comitted at