I just wanted to have fun using Nix Flakes on my new MacBook. This might someday include my old Linux dot files as well.
In my MacBook I jump around using Raycast and hack on the Wez's Terminal with the fish shell, managed by fisher with a tide prompt.
Note
This configurations aren't using Nix to configure packages on purpose as I want to be able to
clone this ~/.config
anywhere without requiring nix.
Assuming your configuration directory to be ~/.config
, pull this into it (as it might already
exists and bot be empty)
cd ~/.config
git init
git remote add origin https://github.com/uael/.config
git pull origin master
Optionally, manage everything else using Nix through nix-darwin
nix run nix-darwin -- switch --flake ~/.config
Warning
Make sure to restart the current shell session to activate.
Tip
To install Nix run sh <(curl -L https://nixos.org/nix/install)
.