dotfiles

My ~/.config directory

Commits at main

  1. 26426554 Add tealdeer/config.toml Anthony Wang authored at Anthony Wang comitted at
  2. 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
  3. 201bbcc1 Fix indentation Anthony Wang authored at Anthony Wang comitted at
  4. ea6ef23b Wait 0.1 seconds to avoid race condition between ssh-agent and ssh-add Anthony Wang authored at Anthony Wang comitted at
  5. 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
  6. 958ebe21 Set PYTHON_HISTORY path for Python 3.13 Anthony Wang authored at Anthony Wang comitted at
  7. 1c00e831 Don't mess up cwd in backup func Anthony Wang authored at Anthony Wang comitted at
  8. 39e70197 Replace autostart .desktop files with systemd services and fish functions Anthony Wang authored at Anthony Wang comitted at
  9. a4fa177b Add system management Fish functions Anthony Wang authored at Anthony Wang comitted at
  10. e4e179af Function to back up Fish, Firefox, Thunderbird data Anthony Wang authored at Anthony Wang comitted at
  11. bc8da5fb Prevent Ctrl+V in micro from screwing up clipboard Anthony Wang authored at Anthony Wang comitted at
  12. 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
  13. 090e196c Use consistent indentation for whole script Anthony Wang authored at Anthony Wang comitted at
  14. 1f890f45 Add switchvirtualkeyboard script to autostart Anthony Wang authored at Anthony Wang comitted at
  15. 33c85ad1 Enable secret service API for KWallet Anthony Wang authored at Anthony Wang comitted at
  16. 88dba020 visualizer.lua: remove afifo filter Fix #34 Muhammad Faiz authored at Anthony Wang comitted at
  17. 5e0012f2 Change mpv hwdec to auto-safe instead of auto Anthony Wang authored at Anthony Wang comitted at
  18. c64d7d4a Set receive.denyCurrentBranch to updateInstead to enable Git push-to-deploy Anthony Wang authored at Anthony Wang comitted at
  19. 3561455a Make all fish abbrs one letter Anthony Wang authored at Anthony Wang comitted at
  20. 43dc17ef Don't track bindings I no longer have any custom Micro keybindings since F10 in Konsole now opens the menu, and plus Save,Quit is a dangerous combination. I guess I could argue that I currently do Ctrl-Q,y pretty reflexively, but whatever Anthony Wang authored at Anthony Wang comitted at
  21. 36ed9be1 Simplify ccp.fish This breaks stuff like `ls | ccp file` but I probably wouldn't do that in the first place, just either piping or copying a file, not both Anthony Wang authored at Anthony Wang comitted at
  22. 9008760d Add ccp.fish (clipboard copy) function Anthony Wang authored at Anthony Wang comitted at
  23. 226af706 Make mpv visualizer 16x9 instead of 16x8 Anthony Wang authored at Anthony Wang comitted at
  24. f608e47e abbr open to o Anthony Wang authored at Anthony Wang comitted at
  25. b2d4a6e4 Set EDITOR in config.fish, use system-installed ssh-agent.service Anthony Wang authored at Anthony Wang comitted at
  26. d0d26844 Revert "Force Firefox Wayland" This reverts commit c91daaf6dd1cd460569acb8919782fbde562ec1a. Firefox 121 now uses Wayland by default, so this is no longer necessary. Anthony Wang authored at Anthony Wang comitted at
  27. 69b2923e Move fish abbrs to config.fish abbrs are now stored in config.fish instead of fish_variables in Fish 3.6 Anthony Wang authored at Anthony Wang comitted at
  28. c91daaf6 Force Firefox Wayland Anthony Wang authored at Anthony Wang comitted at
  29. 016737ae Erase nvim and diff abbrs that I don't use, erase git checkout abbr because git checkout is stupid Anthony Wang authored at Anthony Wang comitted at
  30. 2c568ddb Enable mpv hardware acceleration Anthony Wang authored at Anthony Wang comitted at