summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorroot <root@localhost>2025-01-21 08:43:49 +0000
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-21 14:03:00 +0100
commitde6aa72099a2b8618562c2ab4230a2c2044655d2 (patch)
tree1c082d8f4ba84e3eed492315775a26ca2adf34df /justfile
parent6777625ee34666986e2f38f5cf8198fdb360ea55 (diff)
do symlinks outside of nix
Diffstat (limited to 'justfile')
-rw-r--r--justfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/justfile b/justfile
index 9b40b62..ca3b5b8 100644
--- a/justfile
+++ b/justfile
@@ -63,3 +63,10 @@ NIXNAME := "vm-aarch64"
ssh {{SSH_OPTIONS}} -p22 root@{{ip}} " \
sudo reboot; \
"
+
+@symlinks:
+ ln -sf /nix-config/mut/DefaultKeyBinding.dict ~/Library/KeyBindings/DefaultKeyBinding.dict
+ ln -sf /nix-config/mut/aerospace ~/.config/aerospace
+ ln -sf /nix-config/mut/ghostty ~/.config/ghostty
+ ln -sf /nix-config/mut/nushell ~/.config/nushell
+ ln -sf /nix-config/mut/neovim ~/.config/nvim