summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
4 daysAdd MIT licenseHEADmasterAnthony Wang
I normally never use that license but this is just some random configs so it's fine
7 daysHandle systemd-sysusers's new u! feature for locking accounts using regex to ↵Anthony Wang
match starting with u
9 daysInclude Games in rclone backup tooAnthony Wang
12 daysDon'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"Anthony Wang
This reverts commit 33c85ad11bd95174640b5892e14b56d7f33a88c9.
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 ↵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-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 settingsAnthony Wang
They're impossible to remember so I might as well save them here
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 microAnthony Wang
I had no idea that it's so complicated to do this with terminals!
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 filterMuhammad Faiz
Fix #34
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
2024-04-11Make all fish abbrs one letterAnthony Wang
2024-03-10Don't track bindingsAnthony 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-08Simplify ccp.fishAnthony 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-08Add ccp.fish (clipboard copy) functionAnthony Wang
2024-03-06Make mpv visualizer 16x9 instead of 16x8Anthony Wang
2024-02-18abbr open to oAnthony Wang
2024-02-13Set EDITOR in config.fish, use system-installed ssh-agent.serviceAnthony Wang
2023-12-19Revert "Force Firefox Wayland"Anthony Wang
This reverts commit c91daaf6dd1cd460569acb8919782fbde562ec1a. Firefox 121 now uses Wayland by default, so this is no longer necessary.
2023-12-12Move fish abbrs to config.fishAnthony Wang
abbrs are now stored in config.fish instead of fish_variables in Fish 3.6
2023-12-01Force Firefox WaylandAnthony Wang
2023-11-05Erase nvim and diff abbrs that I don't use, erase git checkout abbr because ↵Anthony Wang
git checkout is stupid
2023-10-30Enable mpv hardware accelerationAnthony Wang
2023-10-19Only run mpv visualizer when --force-window=yesAnthony Wang
2023-10-07Add mpv visualizer scriptAnthony Wang
2023-09-28Disable Git autocorrect because it's kinda uselessAnthony Wang
2023-08-05Make ssh-add autostart at loginAnthony 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-05Use OSC-52 for micro clipboardAnthony Wang
2023-08-05Use kwallet for SSH agent instead of gnome-keyringAnthony Wang
2023-08-05Use SSH for signing git commitsAnthony Wang
2023-08-03Nuke ~/TemplatesAnthony Wang
2023-07-10Remove Code - OSS config since I no longer use itAnthony Wang
2023-07-07Delete nvim config since mouse is on by default now and the mouse is awesome!Anthony Wang