Posts

Bash : and [ are shell commands


The obscure workings of bash never cease to amaze me. The commands : and [ are two bash commands I …...

 · 2 min · torgeir

Nix can set up macos!


Like NixOS can setup your linux distribution, nix-darwin can setup your macos installation!...

 · 4 min · torgeir

Nix can set up your whole operating system


I installed NixOS on my personal computer. Here are some thoughts, three months in....

 · 4 min · torgeir

Series: Nix can


My journey with Nix continues, and I discover so many new bits and pieces about its workings. Here's …...

 · 2 min · torgeir

Join lines of output with commas


Sometimes you have multiple values separated by spaces, but you need them on a single line, …...

 · 1 min · torgeir

Zsh history across sessions


You can customize when zsh persists and reads its history using the options share_history, …...

 · 2 min · torgeir