dotfiles; delivered via nix, nix-darwin and home-manager
git clone https://github.com/jacobbednarz/j/ ~/src/jcurl -L https://nixos.org/nix/install | shnix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer./result/bin/darwin-installernix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-managernix-channel --updatenix-shell '<home-manager>' -A install(install home-manager in standalone mode)ln -sf /Users/jacob/src/j /Users/jacob/.config/home-managerecho "/Users/jacob/.nix-profile/fish" >> /etc/shellschsh -s /Users/jacob/.nix-profile/fish/Users/jacob/.config/nixpkgs/install
home.nix- Entrypoint forhome-managerwhich includes individual topic based configuration files.darwin.nix- Configuration for fornix-darwin.config- Directory containing individual system or application configuration for topics.config/*.nix- Individual topic configuration files (written in nix).