Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-22 | fix(dotfiles/fish): Fix shell setup for Nix 2.0 | Vincent Ambo | 1 | -0/+3 | |
2017-12-24 | chore(dotfiles/pkgs): Remove rofi and configuration | Vincent Ambo | 1 | -3/+0 | |
No longer need this with EXWM, where Helm replaces all these features. | |||||
2017-12-24 | chore(dotfiles): Remove i3 config | Vincent Ambo | 1 | -163/+0 | |
2017-10-23 | fix(dotfiles/alacritty): Slightly increase font size | Vincent Ambo | 1 | -1/+1 | |
2017-10-22 | feat(dotfiles/fish): Add Cargo-installed tools to $PATH | Vincent Ambo | 1 | -1/+1 | |
2017-10-21 | feat(dotfiles/fish): re-enable VCS prompt colour hints | Vincent Ambo | 1 | -0/+5 | |
2017-10-21 | feat(dotfiles/fish): Alias ls to exa | Vincent Ambo | 1 | -0/+3 | |
Old habits die hard, but I really want more Rust in my userland. | |||||
2017-10-21 | fix(dotfiles): Overwrite default NixOS fish config | Vincent Ambo | 1 | -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 configuration | Vincent Ambo | 2 | -1/+265 | |
2017-10-21 | feat(dotfiles): Add rofi configuration | Vincent Ambo | 1 | -0/+3 | |
2017-10-21 | feat(dotfiles): Add fish-shell & tmux configuration | Vincent Ambo | 2 | -0/+41 | |
2017-10-21 | feat(dotfiles): Begin controlling various dotfiles from Nix | Vincent Ambo | 1 | -0/+163 | |
Moves my i3 configuration into a nix derivation called 'tazjins-dotfiles'. A good step towards fully declarative system configuration! |