summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-19Actually let's use elan but put it in ~/.cacheHEADmasterAnthony Wang
2025-05-18Use Lean directly from NixOS repos instead of elanAnthony Wang
2025-05-13Revert "Don't start ssh-agent from fish in Termux, use runit instead"•••This reverts commit 512c598f5de91faa5479b3024e30b8c847472564. Anthony Wang
2025-05-13Revert "Manually set SSH_AUTH_SOCK for Termux"•••This reverts commit 2689ab6e05fbe41f9aa87fd7bdf554852122fd2a. Anthony Wang
2025-05-13Manually set SSH_AUTH_SOCK for TermuxAnthony Wang
2025-05-13Don't start ssh-agent from fish in Termux, use runit insteadAnthony Wang
2025-05-02Don't include mpv visualizer script in this repo•••I don't use it very often anymore and it's probably better to use the NixOS mpvScripts.visualizer package and configuring that in my mpv.conf instead of keeping a copy of it updated here Anthony Wang
2025-04-29Note for btrdiff and btrfs balanceAnthony Wang
2025-04-25Allow omitting quotes in todo +Anthony Wang
2025-04-25Make elan obey XDGAnthony Wang
2025-04-22More docs for why termux-ssh-askpass can't be a one-linerAnthony Wang
2025-04-22Revert "Rewrite termux-ssh-askpass as a one-liner"•••This reverts commit ef85bc11a15ad4f09bad463eeca6b1e8b657f71d. Anthony Wang
2025-04-22Rewrite termux-ssh-askpass as a one-linerAnthony Wang
2025-04-22Fix some weird termux-ssh-askpass bugs, enable ssh-agentAnthony Wang
2025-04-22Move termux-ssh-askpass to an executable scriptAnthony Wang
2025-04-22Set SSH envvars if running in TermuxAnthony Wang
2025-04-22Use fingerprint auth for Termux SSHAnthony Wang
2025-04-22Require name arg for btrdiffAnthony Wang
2025-04-13Fish already defines l nowAnthony Wang
2025-04-12abbr -a -- n nixAnthony Wang
2025-04-06Move switch virtual keyboard script to nixos-configAnthony Wang
2025-04-04Set special share/applications prefix if NixOS detectedAnthony Wang
2025-04-04Add dashes to name of switch-virtual-keyboardAnthony Wang
2025-04-04Move systemd user services to nixos-configAnthony Wang
2025-04-04Configure VSCode custom Dafny using envvar instead of the config fileAnthony Wang
2025-04-04Use kioclient for trashing abbrAnthony Wang
2025-04-04Switch to VSCodium and NixOS-installed DafnyAnthony Wang
2025-04-03ssh-agent stuff now tracked by NixOSAnthony Wang
2025-04-02Passthrough args to rg for todo =Anthony Wang
2025-04-01Set var for Julia XDGAnthony Wang
2025-03-23Fix 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