Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | dev/base: store direnv cache in $XDG_CACHE_HOME | Alan Pearce | 2023-04-12 | -0/+10 | |
| | |||||
* | Fix url type warning in flake config | Alan Pearce | 2023-04-12 | -5/+5 | |
| | |||||
* | zsh: add `delink` function to replace a symlink with a copy | Alan Pearce | 2023-04-12 | -0/+12 | |
| | |||||
* | zsh: do not remember commands starting with `trash` | Alan Pearce | 2023-04-11 | -0/+1 | |
| | |||||
* | emacs: don't auto-discover projects at startup | Alan Pearce | 2023-04-11 | -0/+1 | |
| | |||||
* | Enable automatic per-project nix development shells with direnv | Alan Pearce | 2023-04-11 | -1/+19 | |
| | |||||
* | Update flakes | Alan Pearce | 2023-04-11 | -12/+12 | |
| | |||||
* | emacs: enable completion of commands and envvars in shell scripts | Alan Pearce | 2023-04-11 | -0/+7 | |
| | |||||
* | darwin: fix failure setting zsh option | Alan Pearce | 2023-04-10 | -1/+1 | |
| | |||||
* | force use of nixpkgs' tabnine package in nvim/emacs | Alan Pearce | 2023-04-10 | -0/+7 | |
| | |||||
* | emacs: use build with GTK3 | Alan Pearce | 2023-04-09 | -0/+1 | |
| | |||||
* | zsh: add alias for `nix flake prefetch` | Alan Pearce | 2023-04-09 | -0/+1 | |
| | |||||
* | prefect: update stateVersion | Alan Pearce | 2023-04-09 | -1/+1 | |
| | |||||
* | emacs: re-enable live project-based grep | Alan Pearce | 2023-04-09 | -0/+6 | |
| | |||||
* | emacs: inhibit message "TabNine server started" | Alan Pearce | 2023-04-09 | -0/+1 | |
| | |||||
* | zsh: disable right prompt for SSH clients | Alan Pearce | 2023-04-09 | -3/+6 | |
| | |||||
* | cleanup mba system config file | Alan Pearce | 2023-04-09 | -6/+1 | |
| | |||||
* | zsh: don't add ~/.local/bin to path on darwin | Alan Pearce | 2023-04-09 | -1/+2 | |
| | |||||
* | emacs: remove undefined variable definition | Alan Pearce | 2023-04-09 | -1/+0 | |
| | |||||
* | mba: remove non-flake nix-darwin setup | Alan Pearce | 2023-04-08 | -4/+0 | |
| | |||||
* | darwin: install trash cli tool | Alan Pearce | 2023-04-08 | -1/+5 | |
| | |||||
* | zsh: use explicit home directory | Alan Pearce | 2023-04-08 | -2/+2 | |
| | |||||
* | zsh: set nicer terminal titles on darwin for SSH | Alan Pearce | 2023-04-08 | -1/+2 | |
| | |||||
* | emacs: remove bash-completion wrapper | Alan Pearce | 2023-04-08 | -4/+0 | |
| | |||||
* | emacs: un-break package-quickstart on NixOS | Alan Pearce | 2023-04-08 | -1/+1 | |
| | |||||
* | emacs: auto-discover projectile projects | Alan Pearce | 2023-04-08 | -6/+1 | |
| | | | | I no longer need the `add_project` function to add these from a shell | ||||
* | update flakes | Alan Pearce | 2023-04-07 | -16/+16 | |
| | |||||
* | emacs: use standard emacs package by default | Alan Pearce | 2023-04-07 | -1/+0 | |
| | |||||
* | git: remove writeCommitGraph settings | Alan Pearce | 2023-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 | ||||
* | git: don't install extra tools that I don't use | Alan Pearce | 2023-04-07 | -3/+0 | |
| | |||||
* | dev/base: don't add editorconfig eexecutable to path | Alan Pearce | 2023-04-07 | -1/+0 | |
| | |||||
* | zsh: don't save commands matching some patterns to history | Alan Pearce | 2023-04-06 | -0/+5 | |
| | |||||
* | emacs: store more minibuffer history | Alan Pearce | 2023-04-06 | -1/+3 | |
| | |||||
* | darwin: enable syncthing service | Alan Pearce | 2023-04-06 | -0/+4 | |
| | |||||
* | emacs: setup package-quickstart cache without spewing warnings | Alan Pearce | 2023-04-05 | -1/+1 | |
| | |||||
* | emacs: use `gls` from coreutils-prefixed for dired | Alan Pearce | 2023-04-05 | -0/+4 | |
| | |||||
* | darwin: use/build aarch64 packages by default | Alan Pearce | 2023-04-05 | -2/+1 | |
| | |||||
* | darwin: fix auto-dark-light-mode not changing emacs theme | Alan Pearce | 2023-04-05 | -2/+10 | |
| | |||||
* | emacs: fix display issues with code completion popups | Alan Pearce | 2023-04-04 | -0/+7 | |
| | |||||
* | zsh: configure completion for own functions | Alan Pearce | 2023-04-04 | -0/+2 | |
| | |||||
* | zsh: add `finder` function to open Finder | Alan Pearce | 2023-04-04 | -0/+4 | |
| | |||||
* | mba: remove unused imports | Alan Pearce | 2023-04-04 | -8/+1 | |
| | |||||
* | mba: unify home directory with linux hosts | Alan Pearce | 2023-04-04 | -1/+1 | |
| | | | | | | | | requires a line in /etc/synthetic.conf: home /System/Volumes/Data/Users/ in the Terminal, I set the shell startup command to export HOME=/home/alan;cd;clear | ||||
* | Update private submodule | Alan Pearce | 2023-04-03 | -4/+4 | |
| | |||||
* | emacs: re-implement auto dark/light mode switching on macOS | Alan Pearce | 2023-04-02 | -15/+35 | |
| | | | | | | | Since I'm not using EmacsMacPort any more, the function `(mac-application-state)` isn't defined. However, we can use launchd to tell us when the system preferences change and then ask whether light or dark mode is active | ||||
* | darwin: let GUI applications know about XDG_CACHE_HOME | Alan Pearce | 2023-04-02 | -0/+15 | |
| | |||||
* | darwin: auto-expire old home-manager generations | Alan Pearce | 2023-04-02 | -0/+23 | |
| | |||||
* | base: let home-manager handle XDG paths | Alan Pearce | 2023-04-02 | -5/+9 | |
| | |||||
* | nvim: show line numbers | Alan Pearce | 2023-04-02 | -0/+1 | |
| | |||||
* | emacs: always show four-digit line-numbers | Alan Pearce | 2023-04-02 | -1/+2 | |
| |