summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 hoursssh-agent stuff now tracked by NixOSHEADmasterAnthony Wang
24 hoursPassthrough args to rg for todo =Anthony Wang
2 daysSet var for Julia XDGAnthony Wang
11 daysFix typo in micro bindings, add comment about CtrlV in microAnthony Wang
2025-03-17Enable Wayland for VSCodeAnthony Wang
2025-03-17Re-add VSCode settings.jsonAnthony Wang
2025-03-06Use grep -n instead of rg for portabilityAnthony Wang
2025-03-02Note that todo lists are CSVsAnthony Wang
2025-03-02Simple todo list managerAnthony Wang
2025-02-24--one-file-system for rclone is probably not necessary?Anthony Wang
2025-01-23Make rclone include everything other than hidden files, use symlinks in ~/Doc...Anthony Wang
2025-01-22Revert "Include GPG keys in encrypted cloud backup"•••This reverts commit c74193e280cc53ac16aa491767059b78ab1dac9d. Anthony Wang
2025-01-21mpv/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
2025-01-17Revert "Use run0 instead of sudo and sudoedit"•••This reverts commit a57b87f1843b5337514e0cfd7eb060fb32ce3bad. Anthony Wang
2025-01-17Use run0 instead of sudo and sudoeditAnthony Wang
2025-01-17Include GPG keys in encrypted cloud backupAnthony Wang
2025-01-16Fish 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
2025-01-14Make cargo use XDG dirs, move python_history to ~/.local/stateAnthony Wang
2025-01-11Add start-ssh-agent which I use in TermuxAnthony Wang
2025-01-11Add descriptions to all fish functions since some of them are convoluted one-...Anthony Wang
2024-12-30New fish script btrdiff to get diff between latest snapshotsAnthony Wang
2024-12-22Move ~/.local/share/python/history to ~/.local/share/python_history since Pyt...Anthony Wang
2024-12-18Add MIT license•••I normally never use that license but this is just some random configs so it's fine Anthony Wang
2024-12-15Handle systemd-sysusers's new u! feature for locking accounts using regex to ...Anthony Wang
2024-12-13Include Games in rclone backup tooAnthony Wang
2024-12-11Don't set default git branch nameAnthony Wang
2024-12-07Use . instead of ~ so rclone actually works (since ~ is expanded by the shell)Anthony Wang
2024-12-07Combine all rclone includes into oneAnthony Wang
2024-12-06Make rclone handle renamesAnthony Wang
2024-12-06Revert "Enable secret service API for KWallet"•••This reverts commit 33c85ad11bd95174640b5892e14b56d7f33a88c9. Anthony Wang
2024-12-06Switch to rclone for backing up laptop dataAnthony Wang
2024-12-03Change emailAnthony Wang
2024-11-29Add tealdeer/config.tomlAnthony Wang
2024-11-24Make Plasma autostart run ssh-add instead of systemd since Kwallet must be ru...•••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
2024-11-24Fix indentationAnthony Wang
2024-11-23Wait 0.1 seconds to avoid race condition between ssh-agent and ssh-addAnthony Wang
2024-11-23Track non-GUI editable Firefox settings•••They're impossible to remember so I might as well save them here Anthony Wang
2024-11-22Set PYTHON_HISTORY path for Python 3.13Anthony Wang
2024-11-22Don't mess up cwd in backup funcAnthony Wang
2024-11-22Replace autostart .desktop files with systemd services and fish functionsAnthony Wang
2024-11-22Add system management Fish functionsAnthony Wang
2024-11-22Function to back up Fish, Firefox, Thunderbird dataAnthony Wang
2024-10-16Prevent Ctrl+V in micro from screwing up clipboardAnthony Wang
2024-10-16Improve delete word shortcuts for fish and micro•••I had no idea that it's so complicated to do this with terminals! Anthony Wang
2024-09-25Use consistent indentation for whole scriptAnthony Wang
2024-09-25Add switchvirtualkeyboard script to autostartAnthony Wang
2024-07-12Enable secret service API for KWalletAnthony Wang
2024-07-08visualizer.lua: remove afifo filter•••Fix #34 Muhammad Faiz
2024-04-13Change mpv hwdec to auto-safe instead of autoAnthony Wang
2024-04-13Set receive.denyCurrentBranch to updateInstead to enable Git push-to-deployAnthony Wang