This is my dotfiles repository containing the configs of various applications. Simply clone this repo into your home directory and run the commands below.
- Clone this repository to your home folder
- Install nix from https://nixos.org/download/.
- Run the following to add the files of this repo to your home directory
nix shell --extra-experimental-features "nix-command flakes"- Initialize nix-darwin:
sudo nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake ~/nix-config#studio- Rebuild the nix configuration whenever you wish.
sudo darwin-rebuild switch --flake ~/nix-config#studioFor the inspiration of this configuration see: Dreams of Autonomy - Nix is my favorite package manager on macOS