aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
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.
2023-02-13fix(zsh): set default for XDG_CONFIG_HOME in `.zshenv`Toby Vincent
In a login shell, `.zprofile` is source before `.zshenv`, therefore `XDG_CONFIG_HOME` is not set. So set a default value.
2023-02-12fix(gnupg): move GPG_TTY into pkg specific configToby Vincent
2023-02-12fix(zsh): move sourcing of .profile to .zprofileToby Vincent
Adopt the behavior of the system wide configuration Ref: https://wiki.archlinux.org/title/Zsh#Startup/Shutdown_files
2023-02-12refactor(nvim): migrate from autocmd to ftpluginToby Vincent
2023-02-12fix: fix systemd env generator overwriting PATHToby Vincent
2023-02-11feat: split `.zshrc` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/zsh/.zshrc` up into `$XDG_CONFIG_HOME/zsh/.zshrc.d/*`. This allows for better management and prioritization between different tool's env. Similar to what was done to `.profile` in e712243 (feat: split `.profile` to individual files, 2023-02-10).
2023-02-11chore: whitelist hidden directories in `.gitignore`Toby Vincent
2023-02-10style: disable quoting lint ruleToby Vincent
2023-02-10fix(nvim,lsp): add visual mode keymapsToby Vincent
2023-02-10fix: fix quoting bug in systemd env genToby Vincent
2023-02-10feat(ssh): add id_ed25519_sk keys to sshToby Vincent
Ref: https://www.yubico.com/blog/github-now-supports-ssh-security-keys
2023-02-10feat: split `.profile` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/.profile` up into `$XDG_CONFIG_HOME/profile.d` directory. This allows for better management and prioritization between different tool's env.
2023-02-10feat(nvim): add telescope keymaps for pickersToby Vincent
add telescope picker mappings for renaming files in find_files and deleting buffers
2023-02-10fix(nvim,lsp): add bashls configToby Vincent
2023-02-10fix(mpv): add smaller increment window keymapsToby Vincent
2023-02-10fix(nvim): improve diagnostic keymaps and fix lintsToby Vincent
2023-02-10fix(nvim): remove git autocmdToby Vincent
2023-02-08feat(nvim,latex): move to tectonic build systemToby Vincent
2023-02-08fix(zsh): re-add push-line widget to alt-qToby Vincent
2023-02-08fix(zsh): enable meta-key bindingsToby Vincent
2023-02-08refactor(nvim): move telescope mappings out of ...Toby Vincent
anonymous funtions
2023-02-08fix(nvim): limit concurrency to support inital ...Toby Vincent
setup slow machines (rpi)
2023-02-08fix(sh): set BROWSER to use xdgToby Vincent
2023-02-07fix(tmux): remove tmux-yank and use OSC 52 via set-clipboardToby Vincent
2023-02-06build: add build task to mirror the repositoryToby Vincent
2023-02-06fix(mpv): improve yt-dlp and mpv configToby Vincent
2023-02-06refactor(nvim): improve gruvbox and lualine themingToby Vincent
2023-02-06chore(nvim,deps): update pluginsToby Vincent
2023-02-06feat(wsl): simplify mkln scriptToby Vincent
2023-02-06feat(nvim): filter oldfiles finder to cwdToby Vincent
2023-02-06fix(nvim): fix bug in virt-column loading too lateToby Vincent
2023-02-06refactor(wsl): clean up wsl configsToby Vincent
2023-02-06fix(streamlink): seperate general configs from plugin specificToby Vincent
2023-02-06fix(nvim): set markdown textwidth to 80Toby Vincent
2023-02-06fix(sh): set docker config to follow XDG_BASE_DIRToby Vincent
2023-02-03feat(rofi): add rofi-ykman for Yubikey TOTPToby Vincent
2023-02-03fix(sway): impl workaround for firefox crashing on sway reloadToby Vincent
See: https://bugzilla.mozilla.org/show_bug.cgi?id=1652820#c51
2023-02-03feat(sway): add pavucontrol on_click of volumeToby Vincent
2023-02-03fix(yt-dlp): enable flag to mark videos as watchedToby Vincent