Using Homebrew
Step 1: Install Xcode Command Line Tools
xcode-select --installcurl -fsSL https://raw.githubusercontent.com/ponko2/dotfiles/HEAD/install.sh | /bin/bashUsing Nix
Step 1: Install Xcode Command Line Tools
xcode-select --installStep 2: Build and switch to the nix-darwin configuration
curl -fsSL https://raw.githubusercontent.com/ponko2/dotfiles/HEAD/install.sh | /bin/bash -s -- --use-nix