From 79dc869c7dfc33f38d6a2578db4a8e954fbdfd85 Mon Sep 17 00:00:00 2001 From: Easton Potokar Date: Thu, 14 Nov 2024 21:08:20 +0000 Subject: [PATCH] Added direnv --- .config/just/justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/just/justfile b/.config/just/justfile index 87ee757..132d7c0 100644 --- a/.config/just/justfile +++ b/.config/just/justfile @@ -91,6 +91,9 @@ lazygit: cp lazygit $HOME/.local/bin rm lazygit* +direnv: + curl -sfL https://direnv.net/install.sh | bash + duf: (apt "gdebi") #!/bin/env bash DUF_VERSION=$(curl -s "https://api.github.com/repos/muesli/duf/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')