From 9e5965499b1932b66ddba98c723237ad01513ad4 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 8 Oct 2025 22:40:17 +0200 Subject: [PATCH] upadte readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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