Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | user-interface: use standard ssh-agent instead of keychain | Alan Pearce | 2023-07-23 | -4/+2 | |
| | |||||
* | base: remove prettybat | Alan Pearce | 2023-07-23 | -1/+0 | |
| | |||||
* | Set up lima VM running nixos | Alan Pearce | 2023-07-23 | -0/+26 | |
| | |||||
* | ssh: add include for local overrides | Alan Pearce | 2023-07-23 | -0/+3 | |
| | |||||
* | user-interface: install kitty | Alan Pearce | 2023-07-19 | -0/+2 | |
| | |||||
* | Emacs: don't set line-spacing on x11/linux systems | Alan Pearce | 2023-07-19 | -3/+1 | |
| | |||||
* | nanopi: Reduce need to re-unlock SSH key | Alan Pearce | 2023-07-17 | -0/+1 | |
| | |||||
* | Emacs: auto-load consult-ghq and magit when idle | Alan Pearce | 2023-07-16 | -0/+2 | |
| | |||||
* | mba: also install general user-interface programs and fonts | Alan Pearce | 2023-07-16 | -0/+1 | |
| | |||||
* | Emacs: install php-mode, just in case | Alan Pearce | 2023-07-16 | -0/+1 | |
| | |||||
* | user-interface: add Inter font | Alan Pearce | 2023-07-16 | -0/+1 | |
| | |||||
* | Emacs: enable background syntax highlighting | Alan Pearce | 2023-07-14 | -1/+4 | |
| | |||||
* | Emacs: automatically save state files whilst idle | Alan Pearce | 2023-07-14 | -0/+5 | |
| | |||||
* | Install user fonts on macOS as well | Alan Pearce | 2023-07-14 | -4/+4 | |
| | |||||
* | Install more fonts via nixpkgs | Alan Pearce | 2023-07-13 | -9/+19 | |
| | |||||
* | Emacs: only toggle relative/absolute line numbers when any are shown | Alan Pearce | 2023-07-13 | -2/+4 | |
| | |||||
* | Emacs: use single-letter key bindings in embark | Alan Pearce | 2023-07-13 | -1/+1 | |
| | |||||
* | Emacs: avoid double auto-formatting | Alan Pearce | 2023-07-13 | -10/+7 | |
| | | | | | | | Remove format-all from mode hooks where apheleia is already supported. Automatically disable format-all-mode when apheleia is enabled, in case apheleia gains support for modes that format-all also supports | ||||
* | neovim: use shine colour scheme | Alan Pearce | 2023-07-13 | -0/+2 | |
| | |||||
* | git: configure git-delta via home-manager module support | Alan Pearce | 2023-07-13 | -8/+7 | |
| | |||||
* | base: install graphing ping tool | Alan Pearce | 2023-07-02 | -0/+1 | |
| | |||||
* | Fly: don't check for updates | Alan Pearce | 2023-07-02 | -0/+3 | |
| | |||||
* | Emacs: replace flyspell with jinx | Alan Pearce | 2023-07-02 | -12/+0 | |
| | |||||
* | Add nix-index-database flake | Alan Pearce | 2023-06-30 | -1/+1 | |
| | |||||
* | nix: automatically pin nixpkgs to flake input | Alan Pearce | 2023-06-29 | -0/+14 | |
| | |||||
* | Revert "Emacs: use commercial-emacs (currently without tree-sitter)" | Alan Pearce | 2023-06-28 | -23/+7 | |
| | | | | This reverts commit 4d02c68db272b0585ea3db2aa358ded296dbe7e9. | ||||
* | Emacs: install dtrt-indent, but don't auto-enable | Alan Pearce | 2023-06-28 | -0/+4 | |
| | | | | Only need this when working on other people's code | ||||
* | zsh: install gitui | Alan Pearce | 2023-06-28 | -0/+1 | |
| | |||||
* | Emacs: use commercial-emacs (currently without tree-sitter) | Alan Pearce | 2023-06-28 | -9/+26 | |
| | |||||
* | Emacs: remove unnecessary load of jinx module | Alan Pearce | 2023-06-26 | -2/+0 | |
| | | | | | | The package loads the module itself, naturally. I was just trying things to get it to work on Darwin, but it turns out that I can work around the issue by loading Emacs from the terminal | ||||
* | Emacs: tell use-package to record package init times | Alan Pearce | 2023-06-26 | -1/+2 | |
| | |||||
* | Emacs: enable extended evil company-mode bindings | Alan Pearce | 2023-06-25 | -1/+2 | |
| | |||||
* | Emacs: delay evil-collection startup | Alan Pearce | 2023-06-25 | -2/+2 | |
| | |||||
* | Emacs: set up consult-dir | Alan Pearce | 2023-06-24 | -0/+9 | |
| | |||||
* | Emacs: remove load-path override for consult-ghq | Alan Pearce | 2023-06-24 | -1/+0 | |
| | |||||
* | Emacs: open html files as go templates by default | Alan Pearce | 2023-06-24 | -1/+1 | |
| | |||||
* | Emacs: set up embark and its consult integration | Alan Pearce | 2023-06-24 | -0/+16 | |
| | |||||
* | darwin: fix Strongbox SSH agent missing keys (???) | Alan Pearce | 2023-06-24 | -0/+3 | |
| | |||||
* | Emacs: fix override of consult-ghq | Alan Pearce | 2023-06-24 | -23/+15 | |
| | |||||
* | Emacs: optimise startup | Alan Pearce | 2023-06-24 | -7/+7 | |
| | |||||
* | darwin: ensure SSH_AUTH_SOCK is always set | Alan Pearce | 2023-06-23 | -4/+7 | |
| | |||||
* | base: set a theme for bat | Alan Pearce | 2023-06-22 | -0/+3 | |
| | |||||
* | Emacs: always trace init time | Alan Pearce | 2023-06-21 | -0/+5 | |
| | |||||
* | Emacs: collect gc stats for a while | Alan Pearce | 2023-06-21 | -11/+7 | |
| | |||||
* | Emacs: remove counsel | Alan Pearce | 2023-06-21 | -1/+0 | |
| | |||||
* | base: install utilities for working with dates | Alan Pearce | 2023-06-21 | -0/+1 | |
| | |||||
* | Emacs: install forked version of consult-ghq | Alan Pearce | 2023-06-16 | -2/+32 | |
| | |||||
* | Enable `bat` | Alan Pearce | 2023-06-16 | -0/+16 | |
| | |||||
* | neovim: also set as alias for `vi` | Alan Pearce | 2023-06-16 | -0/+1 | |
| | |||||
* | Use Strongbox as an SSH agent instead of Secretive | Alan Pearce | 2023-06-16 | -1/+13 | |
| |