Find a file
Oliver Davies 7b9e5c6cfc Add todo and til functions
Add helper functions to write text input into a `TODO.txt` or `TIL.txt`
file respectively.

Extracting this to a function means I'm not able to overwrite the
contents of a file by typing `echo "foo" > TODO.txt` or similar
accidentally and overwriting the entire file instead of appending to it.
2024-05-12 09:25:21 +02:00
bin Add update-all-git-repos 2024-05-11 01:55:59 +02:00
config Extract neovim configuration to a separate 2024-01-24 12:10:46 +00:00
lib Add todo and til functions 2024-05-12 09:25:21 +02:00
.envrc Use direnv 2024-02-13 21:32:44 +00:00
.gitignore build: ignore Nix files and directories 2023-11-07 09:10:40 +00:00
.tmuxinator.yaml Replace .tmux with tmuxinator 2024-03-30 22:15:05 +00:00
CHANGELOG.md Update CHANGELOG 2024-03-21 15:11:22 +00:00
flake.lock Run nix flake update 2024-05-12 00:50:54 +02:00
flake.nix Move just 2024-05-06 14:36:44 +01:00
justfile Allow passing arguments to nixos-* commands 2024-05-09 10:16:13 +01: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
stylua.toml style(nvim): run stylua 2023-09-04 11:05:13 +01: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