Find a file
Oliver Davies ce5b4fa0a1 Create export-video-list script
Create a `export-video-list` script that exports all the video files on
my external hard drive to a JSON file so I can easily see what videos I
have without needing to get and plug in the drive.

I can easily view it using `bat` or `jq` and combine it with `grep` to
search for a specific video - e.g. `cat ~/video.json | grep -i nix`
(`-i` makes the search case-insensitive).
2024-08-20 19:48:57 +01:00
bin Fix traefik repo path 2024-07-14 18:38:00 +01:00
config Remove feh and nitrogen 2024-08-15 21:22:55 +01:00
lib Create export-video-list script 2024-08-20 19:48:57 +01:00
.envrc Use direnv 2024-02-13 21:32:44 +00:00
.gitignore Ignore .stignore 2024-08-13 09:05:04 +01:00
.markdownlint.yaml Update CHANGELOG 2024-06-11 22:14:50 +01:00
CHANGELOG.md Add move-firefox-screenshots script 2024-06-12 09:01:46 +01:00
flake.lock Update Flake lock file 2024-08-15 10:00:38 +01:00
flake.nix Remove nixedo host 2024-07-22 18:09:50 +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
run Use arguments to the wsl commands 2024-08-12 10:49:02 +01: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