about summary refs log tree commit diff
path: root/dotfiles
AgeCommit message (Collapse)AuthorFilesLines
2018-10-14 fix(dotfiles): Disable Alacritty's visual bellVincent Ambo1-0/+4
It's v e r y annoying.
2018-10-10 chore(dotfiles): Update Alacritty configuration for new versionVincent Ambo1-77/+12
2018-06-10 fix(mail): Exclude drafts from search resultsVincent Ambo1-1/+1
2018-06-10 chore(notmuch-config): Set work email as defaultVincent Ambo1-2/+2
Office365 groups don't add required metadata to automatically determine which sender should be used when replying to a mail.
2018-06-06 fix(offlineimaprc): offlineimap chokes on inline commentsVincent Ambo1-1/+1
2018-06-06 fix(offlineimaprc): Set maxage=90 on GMail accountVincent Ambo1-1/+1
2018-06-06 feat(mail): Import email configuration into NixVincent Ambo3-0/+106
This moves my email configuration into NixOS, including the following features: 1. Replaced the NixOS-builtin offlineimap user service with a custom one that runs notmuch-indexing as part of the systemd unit instead of a postsynchook, which is significantly more reliable. 2. Adds configuration for notmuch and its tagging. 3. Adds configuration for OfflineIMAP & MSMTP. Relevant emacs configuration has also been added to my emacs.d repository.
2018-05-09 fix(dotfiles/fish): Fix fish shell in term-modeVincent Ambo1-0/+5
2018-04-24 feat(dotfiles/fish): Add alias for 'servedir'Vincent Ambo1-0/+1
2018-04-22 fix(dotfiles/fish): Fix shell setup for Nix 2.0Vincent Ambo1-0/+3
2017-12-24 chore(dotfiles/pkgs): Remove rofi and configurationVincent Ambo1-3/+0
No longer need this with EXWM, where Helm replaces all these features.
2017-12-24 chore(dotfiles): Remove i3 configVincent Ambo1-163/+0
2017-10-23 fix(dotfiles/alacritty): Slightly increase font sizeVincent Ambo1-1/+1
2017-10-22 feat(dotfiles/fish): Add Cargo-installed tools to $PATHVincent Ambo1-1/+1
2017-10-21 feat(dotfiles/fish): re-enable VCS prompt colour hintsVincent Ambo1-0/+5
2017-10-21 feat(dotfiles/fish): Alias ls to exaVincent Ambo1-0/+3
Old habits die hard, but I really want more Rust in my userland.
2017-10-21 fix(dotfiles): Overwrite default NixOS fish configVincent Ambo1-4/+0
NixOS by default adds some fish-config setup that I don't think I want, but it's a bit unclear what the goal of it is. I've overwritten it now and things still work fine!
2017-10-21 feat(dotfiles): Add alacritty configurationVincent Ambo2-1/+265
2017-10-21 feat(dotfiles): Add rofi configurationVincent Ambo1-0/+3
2017-10-21 feat(dotfiles): Add fish-shell & tmux configurationVincent Ambo2-0/+41
2017-10-21 feat(dotfiles): Begin controlling various dotfiles from NixVincent Ambo1-0/+163
Moves my i3 configuration into a nix derivation called 'tazjins-dotfiles'. A good step towards fully declarative system configuration!