Activity Log
hackers.town: 2022-04-11 Mon 09:37
Neat. Good-enough-for-me dotenv loading in #Nushell.
Code Sample
open .env | lines | parse '{k}="{v}"' | reduce -f {} { |it, acc| $acc | insert $it.k ($it.v) } | load-env
hackers.town: 2022-04-11 Mon 14:59
Well I downloaded and ran the Nushell binary. Works great.
That’s boring.
So I used Nix home-manager. Now all the things I installed via asdf-vm / Brew and configs managed by dotfiles are ALL Nix.
Which I’ve never tried.
It’s the year of electrical fires on the desktop.
hackers.town: 2022-04-11 Mon 15:01
“Oh you use Linux? What distro?”
It’s complicated.
hackers.town: 2022-04-11 Mon 15:03
Me, offering fatherly wisdom:
“A dry heave isn’t specifically a no.”
hackers.town: 2022-04-11 Mon 15:17
@y0x3y Thanks for the warm welcome! Things were getting a little too easy with my normal workflow.