document nu install script

This commit is contained in:
2026-06-03 23:58:55 +02:00
parent 3f85429990
commit e0e898c4ab
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
},
"helix_mode": true,
"project_panel": {
"hide_hidden": true,
"dock": "left",
},
"outline_panel": {
+6
View File
@@ -1,5 +1,11 @@
#!/usr/bin/env nu
# use by
# 1. create file in ./dotfiles/...
# 2. run `./install.nu`
#
# this copies the files in ./dotfiles into their respective locations
let dotfiles = ($env.HOME | path join "nixos-config/dotfiles")
glob $"($dotfiles)/**/*" | where ($it | path type) == "file" | each {|file|