Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Add server config for home-manager | Alan Pearce | 2020-09-10 | -0/+11 | |
| | |||||
* | zsh: show/hide user and host depending on SSH status | Alan Pearce | 2020-09-10 | -1/+1 | |
| | |||||
* | zsh: skip kubernetes rprompt logic when connected via SSH | Alan Pearce | 2020-09-10 | -20/+23 | |
| | |||||
* | Emacs: add magit-log-buffer-file shortcut | Alan Pearce | 2020-09-10 | -0/+1 | |
| | |||||
* | Emacs: initialise sqlformat hook correctly | Alan Pearce | 2020-09-10 | -1/+1 | |
| | |||||
* | nextdns: support local DNS lookups (based on common router IPs) | Alan Pearce | 2020-09-10 | -0/+9 | |
| | |||||
* | nextdns: support /etc/hosts | Alan Pearce | 2020-09-10 | -0/+2 | |
| | |||||
* | nextdns: remove darwin support | Alan Pearce | 2020-09-10 | -314/+4 | |
| | | | | Use nextdns CLI instead | ||||
* | Update TabNine to v3.0.8 | Alan Pearce | 2020-09-08 | -3/+3 | |
| | |||||
* | zsh: Fix missing leading characters in fzf file search | Alan Pearce | 2020-09-04 | -2/+1 | |
| | |||||
* | zsh: Update plugins | Alan Pearce | 2020-09-04 | -15/+15 | |
| | |||||
* | SatoshiPay: set up PostgreSQL server | Alan Pearce | 2020-08-26 | -0/+24 | |
| | |||||
* | Emacs: format SQL files on save | Alan Pearce | 2020-08-26 | -0/+8 | |
| | |||||
* | zeroconf: enable publishing | Alan Pearce | 2020-08-26 | -0/+7 | |
| | | | | | | The previous config only enabled looking up other hosts. Now other hosts can ping this one. | ||||
* | Emacs: move relevant config to early-init | Alan Pearce | 2020-08-26 | -13/+20 | |
| | |||||
* | BC! Emacs: move config to XDG config dir | Alan Pearce | 2020-08-26 | -5/+6 | |
| | |||||
* | Update TabNine to v2.9.4 | Alan Pearce | 2020-08-24 | -3/+3 | |
| | |||||
* | Fix local mongo connection issues | Alan Pearce | 2020-08-24 | -0/+1 | |
| | |||||
* | Remove prettier_d | Alan Pearce | 2020-08-24 | -1379/+1 | |
| | | | | Poor installation method, slows down installs for a small increase in performance. | ||||
* | Emacs: remove LSP workaround | Alan Pearce | 2020-08-24 | -1/+0 | |
| | |||||
* | Emacs: update to unstable channel (27.1) | Alan Pearce | 2020-08-24 | -1/+2 | |
| | |||||
* | Enable cross-platform use of unstable channel | Alan Pearce | 2020-08-24 | -2/+6 | |
| | |||||
* | base: don't install pre-installed utilities on macOS | Alan Pearce | 2020-08-24 | -4/+3 | |
| | |||||
* | Add script to ease TabNine updates | Alan Pearce | 2020-08-17 | -0/+16 | |
| | |||||
* | Update TabNine to v2.9.3 | Alan Pearce | 2020-08-17 | -3/+3 | |
| | |||||
* | Update pnpm to v4.14.0 | Alan Pearce | 2020-08-17 | -153/+126 | |
| | |||||
* | Use ripcord derivation from nixos-unstable | Alan Pearce | 2020-08-05 | -30/+2 | |
| | |||||
* | Fix syntax error | Alan Pearce | 2020-07-29 | -1/+1 | |
| | |||||
* | Emacs: don't bury magit buffers with ESC | Alan Pearce | 2020-07-29 | -1/+4 | |
| | |||||
* | Remove unused development packages | Alan Pearce | 2020-07-28 | -3/+0 | |
| | |||||
* | Remove dangling reference to yaml-language-server | Alan Pearce | 2020-07-27 | -1/+0 | |
| | |||||
* | Update tabnine to v2.8.12 | Alan Pearce | 2020-07-27 | -3/+3 | |
| | |||||
* | javascript: remove yaml-language-server | Alan Pearce | 2020-07-27 | -299/+58 | |
| | |||||
* | zsh: add alias for nix-shell | Alan Pearce | 2020-07-20 | -0/+1 | |
| | |||||
* | Set ZSH history file globally | Alan Pearce | 2020-07-20 | -0/+4 | |
| | |||||
* | prefect: support trezor | Alan Pearce | 2020-07-16 | -0/+1 | |
| | |||||
* | prefect: mount NTFS filesystems | Alan Pearce | 2020-07-16 | -0/+11 | |
| | |||||
* | Emacs: add keybind for lsp-ivy-workspace-symbol | Alan Pearce | 2020-07-16 | -0/+1 | |
| | |||||
* | Emacs: fix company configuration (broken by tide load side-effects) | Alan Pearce | 2020-07-16 | -1/+6 | |
| | | | | https://github.com/ananthakumaran/tide/pull/384 | ||||
* | Reduce number of globally-installed javascript packages | Alan Pearce | 2020-07-16 | -8361/+344 | |
| | |||||
* | TabNine: update to v2.8.9 | Alan Pearce | 2020-07-16 | -3/+3 | |
| | |||||
* | trillian: import base ssh settings | Alan Pearce | 2020-07-06 | -0/+1 | |
| | |||||
* | Fix error when running home-manager outside of X | Alan Pearce | 2020-07-06 | -1/+3 | |
| | |||||
* | zsh: fix XDG_DATA_HOME error on first install | Alan Pearce | 2020-07-06 | -3/+3 | |
| | |||||
* | Update stateVersion on prefect (re-installed) | Alan Pearce | 2020-07-06 | -1/+1 | |
| | |||||
* | Extract music packages into separate file | Alan Pearce | 2020-07-06 | -3/+25 | |
| | |||||
* | Emacs: Add lsp-ivy for nice goto-workspace-definition command | Alan Pearce | 2020-07-06 | -0/+4 | |
| | |||||
* | systemd-boot: Fix broken UEFI install | Alan Pearce | 2020-07-06 | -1/+1 | |
| | | | | | | It seems as though the EFI variables do not need to be modified in order to add a bootloader; I was able to reinstall two systems without it. | ||||
* | zsh: create function to add project to emacs | Alan Pearce | 2020-07-04 | -0/+5 | |
| | |||||
* | git: set GitHub username for ghq | Alan Pearce | 2020-07-04 | -0/+3 | |
| |