dotfiles

My ~/.config directory

Commits at a57b87f1843b5337514e0cfd7eb060fb32ce3bad

  1. a57b87f1 Use run0 instead of sudo and sudoedit Anthony Wang authored at Anthony Wang comitted at
  2. c74193e2 Include GPG keys in encrypted cloud backup Anthony Wang authored at Anthony Wang comitted at
  3. 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
  4. 6eb34af1 Make cargo use XDG dirs, move python_history to ~/.local/state Anthony Wang authored at Anthony Wang comitted at
  5. 99100146 Add start-ssh-agent which I use in Termux Anthony Wang authored at Anthony Wang comitted at
  6. 2e884ad9 Add descriptions to all fish functions since some of them are convoluted one-liners Anthony Wang authored at Anthony Wang comitted at
  7. 376951b6 New fish script btrdiff to get diff between latest snapshots Anthony Wang authored at Anthony Wang comitted at
  8. 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
  9. 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
  10. 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
  11. d8fb76e3 Include Games in rclone backup too Anthony Wang authored at Anthony Wang comitted at
  12. 8522c50e Don't set default git branch name Anthony Wang authored at Anthony Wang comitted at
  13. d3e7e2bb Use . instead of ~ so rclone actually works (since ~ is expanded by the shell) Anthony Wang authored at Anthony Wang comitted at
  14. 4f5e1956 Combine all rclone includes into one Anthony Wang authored at Anthony Wang comitted at
  15. 397f2856 Make rclone handle renames Anthony Wang authored at Anthony Wang comitted at
  16. 67974a40 Revert "Enable secret service API for KWallet" This reverts commit 33c85ad11bd95174640b5892e14b56d7f33a88c9. Anthony Wang authored at Anthony Wang comitted at
  17. 8c96e498 Switch to rclone for backing up laptop data Anthony Wang authored at Anthony Wang comitted at
  18. 0489207e Change email Anthony Wang authored at Anthony Wang comitted at
  19. 26426554 Add tealdeer/config.toml Anthony Wang authored at Anthony Wang comitted at
  20. 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
  21. 201bbcc1 Fix indentation Anthony Wang authored at Anthony Wang comitted at
  22. ea6ef23b Wait 0.1 seconds to avoid race condition between ssh-agent and ssh-add Anthony Wang authored at Anthony Wang comitted at
  23. 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
  24. 958ebe21 Set PYTHON_HISTORY path for Python 3.13 Anthony Wang authored at Anthony Wang comitted at
  25. 1c00e831 Don't mess up cwd in backup func Anthony Wang authored at Anthony Wang comitted at
  26. 39e70197 Replace autostart .desktop files with systemd services and fish functions Anthony Wang authored at Anthony Wang comitted at
  27. a4fa177b Add system management Fish functions Anthony Wang authored at Anthony Wang comitted at
  28. e4e179af Function to back up Fish, Firefox, Thunderbird data Anthony Wang authored at Anthony Wang comitted at
  29. bc8da5fb Prevent Ctrl+V in micro from screwing up clipboard Anthony Wang authored at Anthony Wang comitted at
  30. 4be8319c Improve delete word shortcuts for fish and micro I had no idea that it's so complicated to do this with terminals! Anthony Wang authored at Anthony Wang comitted at