A repo to store my dot files.
- Clone the repo in your home directory.
- Run
cd ~/dotfiles; bash scripts/setup.sh.
When installing Nix packages, ensure you don't have a package in config.nix that has already been installed manually with nix-env -iA nixpkgs.<package> otherwise you will get a conflict error. Since Nix is atomic, this error will mean none of the packages in config.nix are installed which may cause confusion when debugging.