mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-07 14:35:03 +00:00
upadte readme
This commit is contained in:
23
README.md
23
README.md
@@ -1,5 +1,15 @@
|
||||
# Dotfiles with Nix on macOS
|
||||
|
||||
<!--toc:start-->
|
||||
|
||||
- [Dotfiles with Nix on macOS](#dotfiles-with-nix-on-macos)
|
||||
- [Installation](#installation)
|
||||
- [Documentation](#documentation)
|
||||
- [Crypt](#crypt)
|
||||
- [CLI](#cli)
|
||||
- [TODO](#todo)
|
||||
<!--toc:end-->
|
||||
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user