Age | Commit message (Expand) | Author |
---|---|---|
2025-05-19 | Actually let's use elan but put it in ~/.cacheHEADmaster | Anthony Wang |
2025-05-18 | Use Lean directly from NixOS repos instead of elan | Anthony Wang |
2025-05-13 | Revert "Don't start ssh-agent from fish in Termux, use runit instead"•••This reverts commit 512c598f5de91faa5479b3024e30b8c847472564. | Anthony Wang |
2025-05-13 | Revert "Manually set SSH_AUTH_SOCK for Termux"•••This reverts commit 2689ab6e05fbe41f9aa87fd7bdf554852122fd2a. | Anthony Wang |
2025-05-13 | Manually set SSH_AUTH_SOCK for Termux | Anthony Wang |
2025-05-13 | Don't start ssh-agent from fish in Termux, use runit instead | Anthony Wang |
2025-05-02 | Don'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-29 | Note for btrdiff and btrfs balance | Anthony Wang |
2025-04-25 | Allow omitting quotes in todo + | Anthony Wang |
2025-04-25 | Make elan obey XDG | Anthony Wang |
2025-04-22 | More docs for why termux-ssh-askpass can't be a one-liner | Anthony Wang |
2025-04-22 | Revert "Rewrite termux-ssh-askpass as a one-liner"•••This reverts commit ef85bc11a15ad4f09bad463eeca6b1e8b657f71d. | Anthony Wang |
2025-04-22 | Rewrite termux-ssh-askpass as a one-liner | Anthony Wang |
2025-04-22 | Fix some weird termux-ssh-askpass bugs, enable ssh-agent | Anthony Wang |
2025-04-22 | Move termux-ssh-askpass to an executable script | Anthony Wang |
2025-04-22 | Set SSH envvars if running in Termux | Anthony Wang |
2025-04-22 | Use fingerprint auth for Termux SSH | Anthony Wang |
2025-04-22 | Require name arg for btrdiff | Anthony Wang |
2025-04-13 | Fish already defines l now | Anthony Wang |
2025-04-12 | abbr -a -- n nix | Anthony Wang |
2025-04-06 | Move switch virtual keyboard script to nixos-config | Anthony Wang |
2025-04-04 | Set special share/applications prefix if NixOS detected | Anthony Wang |
2025-04-04 | Add dashes to name of switch-virtual-keyboard | Anthony Wang |
2025-04-04 | Move systemd user services to nixos-config | Anthony Wang |
2025-04-04 | Configure VSCode custom Dafny using envvar instead of the config file | Anthony Wang |
2025-04-04 | Use kioclient for trashing abbr | Anthony Wang |
2025-04-04 | Switch to VSCodium and NixOS-installed Dafny | Anthony Wang |
2025-04-03 | ssh-agent stuff now tracked by NixOS | Anthony Wang |
2025-04-02 | Passthrough args to rg for todo = | Anthony Wang |
2025-04-01 | Set var for Julia XDG | Anthony Wang |
2025-03-23 | Fix typo in micro bindings, add comment about CtrlV in micro | Anthony Wang |
2025-03-17 | Enable Wayland for VSCode | Anthony Wang |
2025-03-17 | Re-add VSCode settings.json | Anthony Wang |
2025-03-06 | Use grep -n instead of rg for portability | Anthony Wang |
2025-03-02 | Note that todo lists are CSVs | Anthony Wang |
2025-03-02 | Simple todo list manager | Anthony Wang |
2025-02-24 | --one-file-system for rclone is probably not necessary? | Anthony Wang |
2025-01-23 | Make rclone include everything other than hidden files, use symlinks in ~/Doc... | Anthony Wang |
2025-01-22 | Revert "Include GPG keys in encrypted cloud backup"•••This reverts commit c74193e280cc53ac16aa491767059b78ab1dac9d. | Anthony Wang |
2025-01-21 | 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 |
2025-01-17 | Revert "Use run0 instead of sudo and sudoedit"•••This reverts commit a57b87f1843b5337514e0cfd7eb060fb32ce3bad. | Anthony Wang |
2025-01-17 | Use run0 instead of sudo and sudoedit | Anthony Wang |
2025-01-17 | Include GPG keys in encrypted cloud backup | Anthony Wang |
2025-01-16 | 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 |
2025-01-14 | Make cargo use XDG dirs, move python_history to ~/.local/state | Anthony Wang |
2025-01-11 | Add start-ssh-agent which I use in Termux | Anthony Wang |
2025-01-11 | Add descriptions to all fish functions since some of them are convoluted one-... | Anthony Wang |
2024-12-30 | New fish script btrdiff to get diff between latest snapshots | Anthony Wang |
2024-12-22 | Move ~/.local/share/python/history to ~/.local/share/python_history since Pyt... | Anthony Wang |
2024-12-18 | Add MIT license•••I normally never use that license but this is just some random configs so it's fine | Anthony Wang |