Skip to content

pbar1/dotfiles

Repository files navigation

Nix Config ❄️

Configuration for NixOS, macOS, and Home Manager

Links

Flowchart for Language Choice

  • Text processing? ruby
    • Any case where sed/awk/perl oneliners would fit
  • Simple wrapper script? bash or ruby
    • < 10 lines, heavy shelling-out, pipelines
  • Complex script? python
    • ~ 100 lines, has arguments, process control, JSON
  • CLI program? rust
  • Web server? rust