summary refs log tree commit diff stats
path: root/user
Commit message (Collapse)AuthorAgeLines
* 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/+17
|
* emacs: enable completion of commands and envvars in shell scriptsAlan Pearce2023-04-11-0/+7
|
* 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
|
* 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
|
* 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
|
* 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
* 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
* git: don't install extra tools that I don't useAlan Pearce2023-04-07-3/+0
|
* dev/base: don't add editorconfig eexecutable to pathAlan Pearce2023-04-07-1/+0
|
* zsh: don't save commands matching some patterns to historyAlan Pearce2023-04-06-0/+5
|
* emacs: store more minibuffer historyAlan Pearce2023-04-06-1/+3
|
* darwin: enable syncthing serviceAlan Pearce2023-04-06-0/+4
|
* emacs: setup package-quickstart cache without spewing warningsAlan Pearce2023-04-05-1/+1
|
* emacs: use `gls` from coreutils-prefixed for diredAlan Pearce2023-04-05-0/+4
|
* darwin: fix auto-dark-light-mode not changing emacs themeAlan Pearce2023-04-05-2/+10
|
* emacs: fix display issues with code completion popupsAlan Pearce2023-04-04-0/+7
|
* zsh: configure completion for own functionsAlan Pearce2023-04-04-0/+2
|
* zsh: add `finder` function to open FinderAlan Pearce2023-04-04-0/+4
|
* mba: remove unused importsAlan Pearce2023-04-04-8/+1
|
* mba: unify home directory with linux hostsAlan Pearce2023-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
* emacs: re-implement auto dark/light mode switching on macOSAlan Pearce2023-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_HOMEAlan Pearce2023-04-02-0/+15
|
* darwin: auto-expire old home-manager generationsAlan Pearce2023-04-02-0/+23
|
* base: let home-manager handle XDG pathsAlan Pearce2023-04-02-5/+9
|
* nvim: show line numbersAlan Pearce2023-04-02-0/+1
|
* emacs: always show four-digit line-numbersAlan Pearce2023-04-02-1/+2
|
* development: install a json language-serverAlan Pearce2023-04-02-0/+1
|
* emacs: make recentf and format-all quieterAlan Pearce2023-04-02-1/+12
|
* emacs: show explanations of minibuffer completion candidatesAlan Pearce2023-04-02-0/+6
|
* emacs: make init.el compilation messages easier to findAlan Pearce2023-04-02-1/+1
|
* emacs: remove unused yasnippet packageAlan Pearce2023-04-02-1/+0
|
* emacs: remove unused auto-async-byte-compile packageAlan Pearce2023-04-02-1/+0
|
* emacs: sort minibuffer completion candidates by frecencyAlan Pearce2023-04-02-0/+6
|
* emacs: make minibuffer completion ui popup fasterAlan Pearce2023-04-02-1/+3
| | | | replace fido-vertical-mode with vertico
* emacs: never ring bellAlan Pearce2023-04-02-6/+2
|
* emacs: polyfill `project-name` for eglotAlan Pearce2023-04-01-0/+3
|