Find a file
Oliver Davies 624faf959c refactor: restructure my Code directory
I recently restructed the contents of my `~/Code` directory so that
repositories are grouped by their provider and organisation.

For example, my `dotfiles` are now located at
`~/Code/github.com/opdavies/dotfiles`.

Likewise, `build-configs` is now located at
`~/Code/github.com/OliverDaviesLtd/build-configs` as it's within the
`OliverDaviesLtd` organisation.

As well as `~/Code/github.com`, I also have `~/Code/bitbucket.org` for
Bitbucket repositories. These are also grouped within subdirectories for
each organisation.

This change means I need to update any reference to the old `dotfiles`
location to the new one and I can update the `t` function to adjust the
min and max depth it uses to find directories.
2023-08-07 09:53:33 +01:00
bin refactor: restructure my Code directory 2023-08-07 09:53:33 +01:00
config refactor: restructure my Code directory 2023-08-07 09:53:33 +01:00
home-manager refactor: restructure my Code directory 2023-08-07 09:53:33 +01:00
system chore(nixos): use JetBrains Mono 2023-08-05 01:36:00 +01:00
flake.lock build(flake): switch to stable by default 2023-08-04 22:54:32 +01:00
flake.nix refactor(flake): move nvim config to a package 2023-08-07 09:44:06 +01:00
justfile build(justfile): swap profile and command 2023-04-05 17:17:37 +01:00
README.md docs: update README 2023-08-06 10:57:20 +01:00
stylua.toml style: format lua with StyLua 2022-01-09 00:41:55 +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