Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | Add MIT licenseHEADmaster | Anthony Wang | |
I normally never use that license but this is just some random configs so it's fine | |||
7 days | Handle systemd-sysusers's new u! feature for locking accounts using regex to ↵ | Anthony Wang | |
match starting with u | |||
9 days | Include Games in rclone backup too | Anthony Wang | |
12 days | Don't set default git branch name | Anthony Wang | |
2024-12-07 | Use . instead of ~ so rclone actually works (since ~ is expanded by the shell) | Anthony Wang | |
2024-12-07 | Combine all rclone includes into one | Anthony Wang | |
2024-12-06 | Make rclone handle renames | Anthony Wang | |
2024-12-06 | Revert "Enable secret service API for KWallet" | Anthony Wang | |
This reverts commit 33c85ad11bd95174640b5892e14b56d7f33a88c9. | |||
2024-12-06 | Switch to rclone for backing up laptop data | Anthony Wang | |
2024-12-03 | Change email | Anthony Wang | |
2024-11-29 | Add tealdeer/config.toml | Anthony Wang | |
2024-11-24 | Make Plasma autostart run ssh-add instead of systemd since Kwallet must be ↵ | Anthony Wang | |
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. | |||
2024-11-24 | Fix indentation | Anthony Wang | |
2024-11-23 | Wait 0.1 seconds to avoid race condition between ssh-agent and ssh-add | Anthony Wang | |
2024-11-23 | Track non-GUI editable Firefox settings | Anthony Wang | |
They're impossible to remember so I might as well save them here | |||
2024-11-22 | Set PYTHON_HISTORY path for Python 3.13 | Anthony Wang | |
2024-11-22 | Don't mess up cwd in backup func | Anthony Wang | |
2024-11-22 | Replace autostart .desktop files with systemd services and fish functions | Anthony Wang | |
2024-11-22 | Add system management Fish functions | Anthony Wang | |
2024-11-22 | Function to back up Fish, Firefox, Thunderbird data | Anthony Wang | |
2024-10-16 | Prevent Ctrl+V in micro from screwing up clipboard | Anthony Wang | |
2024-10-16 | Improve delete word shortcuts for fish and micro | Anthony Wang | |
I had no idea that it's so complicated to do this with terminals! | |||
2024-09-25 | Use consistent indentation for whole script | Anthony Wang | |
2024-09-25 | Add switchvirtualkeyboard script to autostart | Anthony Wang | |
2024-07-12 | Enable secret service API for KWallet | Anthony Wang | |
2024-07-08 | visualizer.lua: remove afifo filter | Muhammad Faiz | |
Fix #34 | |||
2024-04-13 | Change mpv hwdec to auto-safe instead of auto | Anthony Wang | |
2024-04-13 | Set receive.denyCurrentBranch to updateInstead to enable Git push-to-deploy | Anthony Wang | |
2024-04-11 | Make all fish abbrs one letter | Anthony Wang | |
2024-03-10 | Don't track bindings | Anthony Wang | |
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 | |||
2024-03-08 | Simplify ccp.fish | Anthony Wang | |
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 | |||
2024-03-08 | Add ccp.fish (clipboard copy) function | Anthony Wang | |
2024-03-06 | Make mpv visualizer 16x9 instead of 16x8 | Anthony Wang | |
2024-02-18 | abbr open to o | Anthony Wang | |
2024-02-13 | Set EDITOR in config.fish, use system-installed ssh-agent.service | Anthony Wang | |
2023-12-19 | Revert "Force Firefox Wayland" | Anthony Wang | |
This reverts commit c91daaf6dd1cd460569acb8919782fbde562ec1a. Firefox 121 now uses Wayland by default, so this is no longer necessary. | |||
2023-12-12 | Move fish abbrs to config.fish | Anthony Wang | |
abbrs are now stored in config.fish instead of fish_variables in Fish 3.6 | |||
2023-12-01 | Force Firefox Wayland | Anthony Wang | |
2023-11-05 | Erase nvim and diff abbrs that I don't use, erase git checkout abbr because ↵ | Anthony Wang | |
git checkout is stupid | |||
2023-10-30 | Enable mpv hardware acceleration | Anthony Wang | |
2023-10-19 | Only run mpv visualizer when --force-window=yes | Anthony Wang | |
2023-10-07 | Add mpv visualizer script | Anthony Wang | |
2023-09-28 | Disable Git autocorrect because it's kinda useless | Anthony Wang | |
2023-08-05 | Make ssh-add autostart at login | Anthony Wang | |
Alternatively, AddKeysToAgent yes in ~/.ssh/config will add the key when needed, but this breaks accessing SFTP files in Dolphin for some reason, so it's better to just run ssh-add at login | |||
2023-08-05 | Use OSC-52 for micro clipboard | Anthony Wang | |
2023-08-05 | Use kwallet for SSH agent instead of gnome-keyring | Anthony Wang | |
2023-08-05 | Use SSH for signing git commits | Anthony Wang | |
2023-08-03 | Nuke ~/Templates | Anthony Wang | |
2023-07-10 | Remove Code - OSS config since I no longer use it | Anthony Wang | |
2023-07-07 | Delete nvim config since mouse is on by default now and the mouse is awesome! | Anthony Wang | |