summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* Remove old xresources colour schemeAlan Pearce2023-04-18-70/+0
|
* Begin setup of tridactylAlan Pearce2023-04-18-0/+2
|
* Update local SSH keyAlan Pearce2023-04-18-1/+1
|
* use neovim as $EDITORAlan Pearce2023-04-18-3/+1
|
* fix typoAlan Pearce2023-04-17-1/+1
|
* emacs: add shortcut to eval top-level form at pointAlan Pearce2023-04-17-1/+2
|
* emacs: use consult commands to replace/enhance other packagesAlan Pearce2023-04-17-12/+9
|
* Fix Emacs triggering XCode installer popupsAlan Pearce2023-04-17-2/+2
|
* replace httpie with xhAlan Pearce2023-04-17-3/+5
|
* Split NanoPi/other server configAlan Pearce2023-04-17-5/+22
|
* TabNine: move basic editor setup to tabnine moduleAlan Pearce2023-04-17-14/+18
|
* Remove old tabnine update scriptAlan Pearce2023-04-14-18/+0
|
* emacs: make new magit buffers taller/full-size by defaultAlan Pearce2023-04-14-1/+1
|
* Emacs: don't warn on startup with server runningAlan Pearce2023-04-14-1/+5
|
* Emacs: remove package-quickstart setupAlan Pearce2023-04-14-2/+0
|
* emacs: reduce number of commands present in `M-x` menuAlan Pearce2023-04-14-1/+2
|
* emacs: fix some minor warningsAlan Pearce2023-04-14-14/+19
|
* emacs: fix init of eldoc-boxAlan Pearce2023-04-14-1/+1
|
* Enable direnv support in emacs and neovimAlan Pearce2023-04-14-0/+9
|
* emacs: remove org-journal, since I don't use itAlan Pearce2023-04-14-10/+0
|
* add configuration for serverAlan Pearce2023-04-13-0/+4
|
* dev/base: store direnv cache in $XDG_CACHE_HOMEAlan Pearce2023-04-12-0/+10
|
* Fix url type warning in flake configAlan Pearce2023-04-12-5/+5
|
* zsh: add `delink` function to replace a symlink with a copyAlan Pearce2023-04-12-0/+12
|
* zsh: do not remember commands starting with `trash`Alan Pearce2023-04-11-0/+1
|
* emacs: don't auto-discover projects at startupAlan Pearce2023-04-11-0/+1
|
* Enable automatic per-project nix development shells with direnvAlan Pearce2023-04-11-1/+19
|
* Update flakesAlan Pearce2023-04-11-12/+12
|
* emacs: enable completion of commands and envvars in shell scriptsAlan Pearce2023-04-11-0/+7
|
* darwin: fix failure setting zsh optionAlan Pearce2023-04-10-1/+1
|
* force use of nixpkgs' tabnine package in nvim/emacsAlan Pearce2023-04-10-0/+7
|
* emacs: use build with GTK3Alan Pearce2023-04-09-0/+1
|
* zsh: add alias for `nix flake prefetch`Alan Pearce2023-04-09-0/+1
|
* prefect: update stateVersionAlan Pearce2023-04-09-1/+1
|
* emacs: re-enable live project-based grepAlan Pearce2023-04-09-0/+6
|
* emacs: inhibit message "TabNine server started"Alan Pearce2023-04-09-0/+1
|
* zsh: disable right prompt for SSH clientsAlan Pearce2023-04-09-3/+6
|
* cleanup mba system config fileAlan Pearce2023-04-09-6/+1
|
* zsh: don't add ~/.local/bin to path on darwinAlan Pearce2023-04-09-1/+2
|
* emacs: remove undefined variable definitionAlan Pearce2023-04-09-1/+0
|
* mba: remove non-flake nix-darwin setupAlan Pearce2023-04-08-4/+0
|
* darwin: install trash cli toolAlan Pearce2023-04-08-1/+5
|
* zsh: use explicit home directoryAlan Pearce2023-04-08-2/+2
|
* zsh: set nicer terminal titles on darwin for SSHAlan Pearce2023-04-08-1/+2
|
* emacs: remove bash-completion wrapperAlan Pearce2023-04-08-4/+0
|
* emacs: un-break package-quickstart on NixOSAlan Pearce2023-04-08-1/+1
|
* emacs: auto-discover projectile projectsAlan Pearce2023-04-08-6/+1
| | | | I no longer need the `add_project` function to add these from a shell
* update flakesAlan Pearce2023-04-07-16/+16
|
* emacs: use standard emacs package by defaultAlan Pearce2023-04-07-1/+0
|
* git: remove writeCommitGraph settingsAlan Pearce2023-04-07-6/+0
| | | | | For `git gc`, it's now the default anyway For `git fetch`, it seems to be a trade-off that should be enabled per-repository