diff --git a/README.md b/README.md index 8eb9a0c..4c65a07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Dotfiles with Nix on macOS + + +- [Dotfiles with Nix on macOS](#dotfiles-with-nix-on-macos) + - [Installation](#installation) + - [Documentation](#documentation) + - [Crypt](#crypt) + - [CLI](#cli) + - [TODO](#todo) + + ## Installation ```bash @@ -43,6 +53,19 @@ cat .key.b64 | base64 --decode > .key git-crypt unlock .key ``` +## CLI + +The repo also includes a setup that I use on servers which is a toned down version. It lives under `./cli`. + +```bash +# Install nix & the CLI +curl -sSL https://raw.githubusercontent.com/cupcakearmy/nix/refs/heads/main/cli/install.sh | bash +``` + +``` + +``` + ## TODO Stuff that I would like to automate, but have not found a way/time