aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2023-03-25fix: fix bug in `install.sh -c` clean commandToby Vincent
2023-03-22fix(zsh): add compinit to the end of .zshrcToby Vincent
2023-03-22chore(nvim,dep): update pluginsToby Vincent
2023-03-22feat: add himalayaToby Vincent
2023-03-19fix(gnupg): update scdaemon configToby Vincent
Also, pcscd now requires polkit policies to be set. See: https://github.com/drduh/YubiKey-Guide/issues/376
2023-03-16feat(tmux): add MRU history file to tmux-sshToby Vincent
2023-03-16fix(zsh): replace CORRECT_ALL with CORRECTToby Vincent
2023-03-16feat(zsh): add CORRECT_ALL zsh optionToby Vincent
2023-03-15fix(nvim,lsp): fix bug in texlive configToby Vincent
2023-03-15fix(tmux): improve system clipboard syncingToby Vincent
2023-03-14fix(nvim,lsp): move back to latexmk for texliveToby Vincent
2023-03-13feat(nvim): add nginxbeautifierToby Vincent
2023-03-13fix(nvim): load lsp.lua before any pluginsToby Vincent
2023-03-11fix(i3status-rust): improve status bar layoutToby Vincent
2023-03-11fix(i3status-rust): update config for v0.30.0Toby Vincent
2023-03-10fix: remove run-parts dependency from .profileToby Vincent
2023-03-10style(tmux): remove useless commentToby Vincent
2023-03-09fix(tmux): improve session namingToby Vincent
2023-03-09feat(tmux): impl ssh host switchingToby Vincent
It works by creating a new tmux server on a specific socket (`ssh`) that runs an additional config to change the prefix key and hide the status bar. It then uses a hook to reattach to the local session if the pane, and therefor ssh process, is exited.
2023-03-08fix(nvim): disable frecency for find_filesToby Vincent
2023-03-08fix(gnupg): seperate gpg and ssh configsToby Vincent
2023-03-07fix(tmux): remove exit code from tmux-sessionsToby Vincent
2023-03-07fix(zk): cd editor into notebook directoryToby Vincent
2023-03-06fix(fzf): improve fzf-tmux optionsToby Vincent
2023-03-06feat(zk): add script to open zk notes with fzfToby Vincent
2023-03-06fix(fzf): improve fzf-tmux argsToby Vincent
2023-03-04fix: only clean symlinks that point to dotfilesToby Vincent
2023-03-01fix(gnupg): forward stderr when updating ttyToby Vincent
2023-03-01fix(ssh,gnupg): fix gpg ssh agent forwardingToby Vincent
2023-03-01fix(ssh): move ssh ControlPath to XDG_RUNTIME_DIRToby Vincent
2023-03-01fix(gnupg): improve gpg ssh forwardingToby Vincent
2023-03-01feat(ssh): add frigg to ssh configToby Vincent
2023-03-01fix(ssh): remove explicit key pathsToby Vincent
2023-02-28feat: add MAIL directory variableToby Vincent
2023-02-26chore(nvim,deps): update pluginsToby Vincent
2023-02-26fix(nvim): fix gitsigns range hunk staging keymapsToby Vincent
2023-02-26feat(nvim): add keymap to close rust-tools runnables bufferToby Vincent
2023-02-26fix(nvim): fix telescope-undo keymapsToby Vincent
2023-02-20fix(nvim): remove neogitToby Vincent
2023-02-19fix: set BROWSER to firefoxToby Vincent
2023-02-18fix(nvim): add fix for neogit creating empty buffersToby Vincent
2023-02-18chore(nvim,deps): update pluginsToby Vincent
2023-02-18feat(nvim): add keymap to close gitsigns previewToby Vincent
2023-02-18fix(nvim): remove diffview integration from neogitToby Vincent
2023-02-17feat(nvim,lsp,rust): add command for setting cargo targetToby Vincent
I need to figure out how to do this without defer, or maybe even reloading. The workspace seems to need to be reloaded after the notification due to the [inactive-code] diagnostic, but the reload request being processed before the notification is completed, so I can only get it to work by defering. This technically introduces a race condition?
2023-02-16fix(mpv): add force seek back to configToby Vincent
Ref: 334d437
2023-02-15feat(nvim): add ron supportToby Vincent
2023-02-14fix(nvim): fix gitsigns visual keybindsToby Vincent
2023-02-13chore: remove unused scriptsToby Vincent
2023-02-13fix(nvim): change shiftwidth to tabstop in ftpluginsToby Vincent
fix typo in ftplugins that set shiftwidth instead of tabstop.