aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md6
-rw-r--r--configs/justfile4
-rw-r--r--justfile15
-rw-r--r--nix/users/fcuny/dev.nix2
-rw-r--r--nix/users/fcuny/shell.nix1
5 files changed, 1 insertions, 27 deletions
diff --git a/README.md b/README.md
index 444fd15..08c66f8 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,9 @@ access-tokens = github.com=****
Now you can build the configuration (remember, the host name is in lower case) :
```sh
-nix run nix-darwin -- switch --flake .#hostname
+nix run nix-darwin -- switch --flake .
```
Finally, switch the default shell via `chsh`, and set it to `/run/current-system/sw/bin/fish`.
Best to reboot to complete the installation.
-
-## LLM
-
-For now I'm going to install some tooling manually. Run `just llm` to get the toolchain installed.
diff --git a/configs/justfile b/configs/justfile
deleted file mode 100644
index 32fcff4..0000000
--- a/configs/justfile
+++ /dev/null
@@ -1,4 +0,0 @@
-[group('llm')]
-[doc('Generate LLM bundle output file using repomix')]
-llm-bundle:
- repomix bundle --style json --output-show-line-numbers --output llm-bundle.json
diff --git a/justfile b/justfile
deleted file mode 100644
index edaf429..0000000
--- a/justfile
+++ /dev/null
@@ -1,15 +0,0 @@
-SSH_OPTIONS := "-o PubkeyAuthentication=no -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
-nixdisk := "vda"
-nixaddr := ""
-hostname := lowercase(`hostname -s`)
-
-default:
- @just --list
-
-[group('llm')]
-llm:
- #!/usr/bin/env fish
- uv tool install llm -U
- llm install -U llm-anthropic
- llm models default anthropic/claude-3-7-sonnet-20250219
- llm keys set anthropic --value (op read --account my.1password.com "op://Private/anthropic llm/credential")
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix
index 1f602c4..14dda79 100644
--- a/nix/users/fcuny/dev.nix
+++ b/nix/users/fcuny/dev.nix
@@ -45,8 +45,6 @@
];
};
- home.file.".config/just/justfile".text = builtins.readFile ../../../configs/justfile;
-
home.sessionPath = [
config.home.sessionVariables.GOBIN
"${config.home.homeDirectory}/.local/bin"
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix
index fe3ee2d..57017e9 100644
--- a/nix/users/fcuny/shell.nix
+++ b/nix/users/fcuny/shell.nix
@@ -20,7 +20,6 @@ in
coreutils
direnv
dust
- just
procs
ripgrep
tree