From f75b9d07fd44bafcccaa1a8ebf4dd1c2ae62d079 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Fri, 19 Jan 2024 22:46:52 -0600 Subject: [PATCH] :tractor: Refactor justfile --- .homesick_subdir | 1 + home/{justfile.ollama => .justfiles/ollama.just} | 0 home/justfile | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) rename home/{justfile.ollama => .justfiles/ollama.just} (100%) diff --git a/.homesick_subdir b/.homesick_subdir index 5fe2e4f..a44a4ef 100644 --- a/.homesick_subdir +++ b/.homesick_subdir @@ -1,4 +1,5 @@ .config +.justfiles .pyenv .sshrc.d .virtualenvs diff --git a/home/justfile.ollama b/home/.justfiles/ollama.just similarity index 100% rename from home/justfile.ollama rename to home/.justfiles/ollama.just diff --git a/home/justfile b/home/justfile index 0111578..9e022f8 100644 --- a/home/justfile +++ b/home/justfile @@ -20,7 +20,7 @@ python_312 := `pyenv latest 3.12` @_default: just --list - just --justfile ~/justfile.ollama --list --list-heading "" --list-prefix " ollama " + just --justfile ~/.justfiles/ollama.just --list --list-heading "" --list-prefix " ollama " # format and overwrite justfile @fmt: @@ -166,7 +166,7 @@ python_312 := `pyenv latest 3.12` # ---------------------------------------------------------------- @ollama *ARGS: - just --justfile justfile.ollama {{ ARGS }} + just --justfile ~/.justfiles/ollama.just {{ ARGS }} # ---------------------------------------------------------------- # Postgres related