Find a file
Oliver Davies 60152f2e92 Remove blank lines from the suggestions
My Neovim configuration always adds a blank line to the end of a file
that I don't want to be included in my suggestions.

Using `grep "\S"` was working in a Terminal but this broke when adding
it to my dwm configuration.

This approach works in dwm when triggered with the keyboard shortcut.
2025-03-04 20:32:45 +00:00
bin Fix battery notifications 2024-11-28 01:07:21 +00:00
nix Remove blank lines from the suggestions 2025-03-04 20:32:45 +00:00
nvim Add Twig snippets 2025-03-03 18:37:20 +00:00
phpactor Add a Phpactor template for creating collections 2025-01-09 02:56:11 +00:00
wallpaper Move Nix files into a nix directory 2024-11-21 08:56:12 +00:00
.envrc Use direnv 2024-02-13 21:32:44 +00:00
.gitignore Ignore .stignore 2024-08-13 09:05:04 +01:00
.mailmap Add .mailmap 2025-01-19 00:11:55 +00:00
.markdownlint.yaml Update CHANGELOG 2024-06-11 22:14:50 +01:00
flake.lock nix flake update 2025-03-02 23:00:06 +00:00
flake.nix Move dwm and st patches 2025-02-18 12:24:39 +00:00
logo.txt feat(zsh): show ASCII logo in a new terminal 2023-08-12 19:53:07 +01:00
README.md docs(README): add Dan Leech dotfiles link 2023-11-24 18:31:09 +00:00
run Update run script 2025-02-14 07:48:53 +00:00
todo.txt Make NOTES_DIRECTORY configurable per host 2025-01-29 01:49:03 +00:00

dotfiles

Cross-platform development environments for opdavies using Nix, NixOS and Home Manager.

Why did you move from Ansible?

TBD.

Why NixOS?

TBD.

Why Home Manager?

TBD.

NixOS vs WSL2 (Windows)

TBD.

Inspiration