summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-29 12:41:42 +0000
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-29 12:41:42 +0000
commit6e96b514dec29b438ac0b17a6bf81f7c179d7073 (patch)
tree16c0d3ca780534c218fcadc34d0f5522bd303e6f /justfile
parent0ab80470397dd38a0fe9f4d89d3a39dc0efa48fb (diff)
add mut updates
Diffstat (limited to 'justfile')
-rw-r--r--justfile1
1 files changed, 1 insertions, 0 deletions
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