From 6e96b514dec29b438ac0b17a6bf81f7c179d7073 Mon Sep 17 00:00:00 2001 From: Mike Vink <59492084+ivi-vink@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:41:42 +0000 Subject: add mut updates --- justfile | 1 + 1 file changed, 1 insertion(+) (limited to 'justfile') diff --git a/justfile b/justfile index 7069b88..b4408e2 100644 --- a/justfile +++ b/justfile @@ -76,5 +76,6 @@ NIXNAME := "vm-aarch64" ! [ -d ~/.config/git ] && ln -sf /nix-config/mut/git ~/.config/git ! [ -d ~/.config/nushell ] && ln -sf /nix-config/mut/nushell ~/.config/nushell + ! [ -d ~/.config/vis ] && ln -sf /nix-config/mut/vis ~/.config/vis rm -rf "$HOME/Library/Application Support/nushell"; ln -sf /nix-config/mut/nushell "$HOME/Library/Application Support/nushell" true -- cgit v1.2.3