diff options
| author | root <root@localhost> | 2025-01-21 08:43:49 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-21 14:03:00 +0100 |
| commit | de6aa72099a2b8618562c2ab4230a2c2044655d2 (patch) | |
| tree | 1c082d8f4ba84e3eed492315775a26ca2adf34df /justfile | |
| parent | 6777625ee34666986e2f38f5cf8198fdb360ea55 (diff) | |
do symlinks outside of nix
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
