Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 498 Bytes

File metadata and controls

25 lines (17 loc) · 498 Bytes

dotfiles

Homebrew

https://brew.sh

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval "$(/opt/homebrew/bin/brew shellenv)"

Nix

https://github.com/NixOS/nix-installer

curl -sSfL https://artifacts.nixos.org/nix-installer | sh -s -- install --enable-flakes

Dotfiles

git clone https://github.com/naviapis/dotfiles.git ~/.dotfiles
sudo nix run nix-darwin -- switch --flake "~/.dotfiles#$(hostname)"