Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.13 KB

README.org

File metadata and controls

58 lines (43 loc) · 1.13 KB

macOS Setup Guide

Table of contents

Prerequisites

You need to copy your ssh-keys to the new maschine and correct the file mode.

chmod 600 ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa.pub
chmod 644 ~/.ssh/known_hosts
chmod 755 ~/.ssh

Cloning the dotfiles

mkdir -p .config/
git clone git@github.com:Azd325/dotfiles.git ∼/.config/nixpkgs

Installing nix

curl -L https://nixos.org/nix/install | sh # restart afterwards

Install

First install

cd ~/.config/nixpkgs
nix --experimental-features 'nix-command flakes' build .#aarch64
./result/sw/bin/darwin-rebuild switch --flake .

Update

nix flake udpate
darwin-rebuild switch --flake ".#aarch64"

Emacs

Install doom-emacs with my configuration

git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install