From 3000da50139ff3b044c5742140bc1ede8e3f4ad6 Mon Sep 17 00:00:00 2001 From: Mike Vink <59492084+ivi-vink@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:19:59 +0100 Subject: fix git and nushell --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 7f4ba4b..7069b88 100644 --- a/justfile +++ b/justfile @@ -70,8 +70,11 @@ NIXNAME := "vm-aarch64" ln -sf /nix-config/mut/DefaultKeyBinding.dict ~/Library/KeyBindings/DefaultKeyBinding.dict ! [ -d ~/.config/aerospace ] && ln -sf /nix-config/mut/aerospace ~/.config/aerospace ! [ -d ~/.config/ghostty ] && ln -sf /nix-config/mut/ghostty ~/.config/ghostty - ! [ -d ~/.config/nushell ] && ln -sf /nix-config/mut/nushell ~/.config/nushell ! [ -d ~/.config/nvim ] && ln -sf /nix-config/mut/neovim ~/.config/nvim ! [ -d ~/.config/k9s ] && ln -sf /nix-config/mut/k9s ~/.config/k9s ! [ -d ~/.config/carapace ] && ln -sf /nix-config/mut/carapace ~/.config/carapace + ! [ -d ~/.config/git ] && ln -sf /nix-config/mut/git ~/.config/git + + ! [ -d ~/.config/nushell ] && ln -sf /nix-config/mut/nushell ~/.config/nushell + rm -rf "$HOME/Library/Application Support/nushell"; ln -sf /nix-config/mut/nushell "$HOME/Library/Application Support/nushell" true -- cgit v1.2.3