Commit Graph

117 Commits

Author SHA1 Message Date
Anthony Wang 43dc17ef43
Don't track bindings
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-10 16:56:13 -04:00
Anthony Wang 36ed9be1a7
Simplify ccp.fish
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 23:22:00 -05:00
Anthony Wang 9008760d84
Add ccp.fish (clipboard copy) function 2024-03-08 23:13:23 -05:00
Anthony Wang 226af70633
Make mpv visualizer 16x9 instead of 16x8 2024-03-06 14:14:57 -05:00
Anthony Wang f608e47e4a
abbr open to o 2024-02-18 14:32:42 -05:00
Anthony Wang b2d4a6e496
Set EDITOR in config.fish, use system-installed ssh-agent.service 2024-02-13 16:57:43 -05:00
Anthony Wang d0d26844a2
Revert "Force Firefox Wayland"
This reverts commit c91daaf6dd.

Firefox 121 now uses Wayland by default, so this is no longer necessary.
2023-12-19 16:49:24 +00:00
Anthony Wang 69b2923e65
Move fish abbrs to config.fish
abbrs are now stored in config.fish instead of fish_variables in Fish 3.6
2023-12-12 11:23:09 -05:00
Anthony Wang c91daaf6dd
Force Firefox Wayland 2023-12-01 22:23:58 -05:00
Anthony Wang 016737ae06
Erase nvim and diff abbrs that I don't use, erase git checkout abbr because git checkout is stupid 2023-11-05 21:22:33 -05:00
Anthony Wang 2c568ddb10
Enable mpv hardware acceleration 2023-10-30 22:18:39 -04:00
Anthony Wang d1312516e3
Only run mpv visualizer when --force-window=yes 2023-10-19 13:07:29 -04:00
Anthony Wang a2f84ea205
Add mpv visualizer script 2023-10-07 00:19:15 -04:00
Anthony Wang 8262dff74a
Disable Git autocorrect because it's kinda useless 2023-09-28 19:23:39 -04:00
Anthony Wang 393e142cce
Make ssh-add autostart at login
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 19:30:40 -05:00
Anthony Wang 111f17a1b3
Use OSC-52 for micro clipboard 2023-08-05 19:13:04 -05:00
Anthony Wang 0ecf9807b8
Use kwallet for SSH agent instead of gnome-keyring 2023-08-05 18:50:11 -05:00
Anthony Wang 88d8877d00
Use SSH for signing git commits 2023-08-05 17:48:52 -05:00
Anthony Wang e15e2e511b
Nuke ~/Templates 2023-08-03 10:08:18 -05:00
Anthony Wang 491334d3a2
Remove Code - OSS config since I no longer use it 2023-07-10 15:25:49 +00:00
Anthony Wang 560c826750
Delete nvim config since mouse is on by default now and the mouse is awesome! 2023-07-07 19:14:49 +00:00
Anthony Wang 4d57a832ca
Remove outdated settings from Code - OSS config 2023-06-14 15:32:58 +00:00
Anthony Wang 6e1d682d84
Uninstall gitlens, use better color theme 2023-06-12 18:25:52 +00:00
Anthony Wang 9a3f4baa39
Delete guile config 2023-03-17 19:59:37 -04:00
Anthony Wang e889335de8
Add GNU Guile startup file 2023-01-06 17:10:41 -06:00
Anthony Wang ed5b25abc2
Remove ~/.local/bin from PATH 2022-12-28 09:45:51 -06:00
Anthony Wang 428dadaf2c
Add nvim config 2022-09-30 18:00:11 +00:00
Anthony Wang b86e2e2449
Add git settings to Code - OSS config 2022-09-23 17:26:31 +00:00
Anthony Wang ddb66c7c29
Add ~/.local/bin to PATH 2022-09-16 17:12:45 -04:00
Anthony Wang 50a6c9f4d6
Change $HOME to $HOME/ so Firefox respects xdg dirs 2022-09-16 17:12:16 -04:00
Anthony Wang cdcb204533
Clean up Code OSS settings 2022-09-06 14:23:26 -05:00
Anthony Wang f02df7512a
Fix gopath 2022-09-05 16:07:37 -05:00
Anthony Wang 2cc367f340
Update git email and signing key 2022-09-05 15:45:05 -04:00
Anthony Wang c67a3daf52
Move files in ~/.config to root directory 2022-08-16 23:28:30 -05:00
Anthony Wang d94e7aba28
Remove .vimrc and use neovim instead 2022-08-16 23:18:34 -05:00
Anthony Wang 8a4c981af3
Add n nvim Fish abbr and remove v vim abbr 2022-08-16 23:17:44 -05:00
Anthony Wang abaae5378d
Delete '.zshrc' 2022-07-19 16:59:04 -05:00
Anthony Wang 32386d81e3
Delete print-duplex script 2022-07-19 12:09:33 -05:00
Anthony Wang a69632ec55
Add print duplex script 2022-07-19 11:49:48 -05:00
Anthony Wang c20349e7fd
Delete ~/Public folder 2022-07-09 12:36:03 -05:00
Anthony Wang c3c197b693
Move git config to .config/git/config 2022-07-04 18:26:39 -05:00
Anthony Wang f12fd6086d
Update Code OSS Golang settings 2022-06-29 19:19:15 -05:00
Anthony Wang 2c5ccae4ce
Remove Go-specific stuff from Code - OSS settings 2022-06-16 15:23:51 -05:00
Anthony Wang d0ee05be10
Bind F10 to Save,Quit for Micro
This removes one extra keystroke 😄
2022-06-14 11:39:47 -05:00
Anthony Wang a2db306709
Comment out X-GNOME-Autostart-Phase in gnome-keyring-ssh.desktop autostart app
This is because KDE 5.25 enables systemd startup, which generates a systemd user service for each autostart app. According to the systemd manual (https://www.freedesktop.org/software/systemd/man/systemd-xdg-autostart-generator.html), services are not generated for .desktop files containing X-GNOME-Autostart-Phase, so this needs to be commented out.
2022-06-14 11:36:26 -05:00
Anthony Wang 383c2780a9
Remove old powerline stuff from .vimrc 2022-06-11 18:23:31 -05:00
Anthony Wang 904e81bff3
Remove Powerline from tmux config 2022-06-08 17:19:53 -05:00
Anthony Wang f0cab91323
Add xdg-user-dirs config 2022-06-08 09:54:54 -05:00
Anthony Wang f2a72d35e6
Update Git commit email 2022-05-25 10:44:43 -05:00
Anthony Wang 8b96db9149
Add micro config 2022-05-13 12:26:32 -05:00