diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-22 14:19:59 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-22 14:19:59 +0100 |
| commit | 3000da50139ff3b044c5742140bc1ede8e3f4ad6 (patch) | |
| tree | c20dc0d4851ef2c9163392b9c5441b51a174b85d /justfile | |
| parent | 6043502305e3d5ccc6c537d4ed085d8b2454c5c8 (diff) | |
fix git and nushell
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
