From 23a5ca1f1df9828eb53afe237a7512ccc6b6146d Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Wed, 30 Apr 2025 13:15:56 +0800 Subject: [PATCH] add codebook for checking spelling --- README.md | 22 +++++++++++----------- codebook.toml | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+), 11 deletions(-) create mode 100644 codebook.toml diff --git a/README.md b/README.md index d4cd0f9..6b8ac59 100644 --- a/README.md +++ b/README.md @@ -14,23 +14,23 @@ Hey, you. This is my nixos configurations. - david@Tytonidae -| Specialisation | DE / WM | Shell | Editor | Termianal | Launcher | Browser | DM | -| -------------- | --------- | ----------- | ------ | --------- | --------------- | ------- | -------------- | -| default | niri | fish + bash | helix | ghostty | fuzzel | firefox | gdm | -| cosmic | cosmic de | fish + bash | helix | ghostty | cosmic-launcher | firefox | cosmic-greeter | -| kde | kde | fish + bash | helix | ghostty | - | firefox | sddm | +| Specialisation | DE / WM | Shell | Editor | Terminal | Launcher | Browser | DM | +| -------------- | --------- | ----------- | ------ | -------- | --------------- | ------- | -------------- | +| default | niri | fish + bash | helix | ghostty | fuzzel | firefox | gdm | +| cosmic | cosmic de | fish + bash | helix | ghostty | cosmic-launcher | firefox | cosmic-greeter | +| kde | kde | fish + bash | helix | ghostty | - | firefox | sddm | - david@Akun -| Specialisation | DE / WM | Shell | Editor | Termianal | Launcher | Browser | DM | -| -------------- | ------- | ----------- | ------ | --------- | -------- | ------- | -------------- | -| default | cosmic | fish + bash | helix | ghostty | - | firefox | cosmic-greeter | +| Specialisation | DE / WM | Shell | Editor | Terminal | Launcher | Browser | DM | +| -------------- | ------- | ----------- | ------ | -------- | -------- | ------- | -------------- | +| default | cosmic | fish + bash | helix | ghostty | - | firefox | cosmic-greeter | - alice@Cape -| Specialisation | DE / WM | Shell | Editor | Termianal | Launcher | Browser | DM | -| -------------- | ------- | ----------- | ------ | --------- | -------- | ------- | -- | -| default | - | fish + bash | helix | - | - | - | - | +| Specialisation | DE / WM | Shell | Editor | Terminal | Launcher | Browser | DM | +| -------------- | ------- | ----------- | ------ | -------- | -------- | ------- | --- | +| default | - | fish + bash | helix | - | - | - | - | ## FlakE OutputS and StructurE diff --git a/codebook.toml b/codebook.toml new file mode 100644 index 0000000..8a78c62 --- /dev/null +++ b/codebook.toml @@ -0,0 +1,18 @@ +words = [ + "akun", + "configuratio", + "fuzzel", + "gdm", + "ghostty", + "kde", + "niri", + "nixo", + "nixos", + "nixpkgs", + "ovelrays", + "pkgs", + "sddm", + "specialisation", + "structur", + "tytonidae", +]