aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2023-03-30fix(mail): fix race condition in notification serviceToby Vincent
2023-03-30fix(r2e): set rss2email.timer from 5m to 15mToby Vincent
2023-03-30feat: add flag to run package specific install scriptsToby Vincent
2023-03-29feat(r2e): add rss2email to download rss feeds to maildirToby Vincent
2023-03-29feat(mbsync): add notify daemon service using inotifywatchToby Vincent
2023-03-29build: remove legacy makefileToby Vincent
2023-03-28feat(mbsync): add goimapnotify in place of systemd timerToby Vincent
2023-03-28fix(aerc): remove notify-send trigger and add dark stylesetToby Vincent
2023-03-28feat(mbsync): add alias for mbsync using config fileToby Vincent
2023-03-28feat(iamb): add iamb matrix client configsToby Vincent
2023-03-28feat(tiny): add tiny irc client configsToby Vincent
2023-03-28feat(nvim): add jdtls plugin and fix setting in yamllsToby Vincent
2023-03-28fix(git): add --show-untracked to `st` aliasToby Vincent
2023-03-28fix(aerc): update aerc configs to use MailDir and sendmailToby Vincent
2023-03-28revert(himalaya): remove himalaya configsToby Vincent
2023-03-28fix(mbsync): capitalize MailDir directory namesToby Vincent
2023-03-28feat(msmtp): add msmtp config for sending mailToby Vincent
2023-03-28feat(mbsync): add mbsync configs for syncing IMAP gmailToby Vincent
2023-03-28feat(xdg): move xdg related variables into environment.dToby Vincent
2023-03-27fix: make clean more robust using `readlink -m`Toby Vincent
2023-03-27fix: handle cleaning broken symlinks in `$HOME`Toby Vincent
2023-03-27refactor: move python sh profile to python stow packageToby Vincent
2023-03-25feat(nvim): add bufjump.nvim and remove harpoon.nvimToby Vincent
2023-03-25feat(nvim,lsp): properly setup formatexprToby Vincent
2023-03-25fix: improve xdg user dirs and disable updateToby Vincent
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