My configuration files for MacOS (and maybe later also NixOS). You can look around and copy! But keep the license attribution when you use the logo. ☝️
# install nix package manager
sh <(curl -L https://nixos.org/nix/install)
# install home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install
# (optional) verify installation
home-manager --version
Clone this repository and move it's content to
.config/nixpkgs
. Then run the commend below.
# verify and apply config
home-manager switch --flake .