dotfiles

My ~/.config directory

Commits at 43f74b9fa04736adf972203830b9af5c7efcf25b

  1. 43f74b9f --one-file-system for rclone is probably not necessary? Anthony Wang authored at Anthony Wang comitted at
  2. 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
  3. 2aa39f16 Revert "Include GPG keys in encrypted cloud backup" This reverts commit c74193e280cc53ac16aa491767059b78ab1dac9d. Anthony Wang authored at Anthony Wang comitted at
  4. 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
  5. cb7c3c95 Revert "Use run0 instead of sudo and sudoedit" This reverts commit a57b87f1843b5337514e0cfd7eb060fb32ce3bad. Anthony Wang authored at Anthony Wang comitted at
  6. a57b87f1 Use run0 instead of sudo and sudoedit Anthony Wang authored at Anthony Wang comitted at
  7. c74193e2 Include GPG keys in encrypted cloud backup Anthony Wang authored at Anthony Wang comitted at
  8. 29902ade Fish 4.0 beta stuff I just made a big oops when I built Fish 4.0 on my laptop and scp'ed it to my VPS which has an older CPU and then I couldn't log in anymore 😭 So I had to rebuild Fish without -march=native and stuff and copied the new /usr/bin/fish* binaries over to the VPS after booting a boot CD Anthony Wang authored at Anthony Wang comitted at
  9. 6eb34af1 Make cargo use XDG dirs, move python_history to ~/.local/state Anthony Wang authored at Anthony Wang comitted at
  10. 99100146 Add start-ssh-agent which I use in Termux Anthony Wang authored at Anthony Wang comitted at
  11. 2e884ad9 Add descriptions to all fish functions since some of them are convoluted one-liners Anthony Wang authored at Anthony Wang comitted at
  12. 376951b6 New fish script btrdiff to get diff between latest snapshots Anthony Wang authored at Anthony Wang comitted at
  13. 6dfb05dc Move ~/.local/share/python/history to ~/.local/share/python_history since Python 3.13 won't autocreate the dir if it doesn't exist Anthony Wang authored at Anthony Wang comitted at
  14. d180073e Add MIT license I normally never use that license but this is just some random configs so it's fine Anthony Wang authored at Anthony Wang comitted at
  15. 9ddd0833 Handle systemd-sysusers's new u! feature for locking accounts using regex to match starting with u Anthony Wang authored at Anthony Wang comitted at
  16. d8fb76e3 Include Games in rclone backup too Anthony Wang authored at Anthony Wang comitted at
  17. 8522c50e Don't set default git branch name Anthony Wang authored at Anthony Wang comitted at
  18. d3e7e2bb Use . instead of ~ so rclone actually works (since ~ is expanded by the shell) Anthony Wang authored at Anthony Wang comitted at
  19. 4f5e1956 Combine all rclone includes into one Anthony Wang authored at Anthony Wang comitted at
  20. 397f2856 Make rclone handle renames Anthony Wang authored at Anthony Wang comitted at
  21. 67974a40 Revert "Enable secret service API for KWallet" This reverts commit 33c85ad11bd95174640b5892e14b56d7f33a88c9. Anthony Wang authored at Anthony Wang comitted at
  22. 8c96e498 Switch to rclone for backing up laptop data Anthony Wang authored at Anthony Wang comitted at
  23. 0489207e Change email Anthony Wang authored at Anthony Wang comitted at
  24. 26426554 Add tealdeer/config.toml Anthony Wang authored at Anthony Wang comitted at
  25. 921982f3 Make Plasma autostart run ssh-add instead of systemd since Kwallet must be running for ssh-add to succeed Alternatively, I could add `AddKeysToAgent yes` to `.ssh/config` but this breaks Git signing and (I think, but haven't checked) Dolphin SFTP. Also, then it won't be in my dotfiles. Anthony Wang authored at Anthony Wang comitted at
  26. 201bbcc1 Fix indentation Anthony Wang authored at Anthony Wang comitted at
  27. ea6ef23b Wait 0.1 seconds to avoid race condition between ssh-agent and ssh-add Anthony Wang authored at Anthony Wang comitted at
  28. 76f210ad Track non-GUI editable Firefox settings They're impossible to remember so I might as well save them here Anthony Wang authored at Anthony Wang comitted at
  29. 958ebe21 Set PYTHON_HISTORY path for Python 3.13 Anthony Wang authored at Anthony Wang comitted at
  30. 1c00e831 Don't mess up cwd in backup func Anthony Wang authored at Anthony Wang comitted at