Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 791 Bytes

README.md

File metadata and controls

35 lines (33 loc) · 791 Bytes

This is my configuration files.

Clone and run with stow

git clone https://github.com/Omgzilla/dots.git && cd /dots && stow -t ~/ .

This require GNU Stow to be installed

Debian/Ubuntu

sudo apt install stow

Homebrew on MacOS

brew install stow

Install Nix-darwin on MacOS using flake

Follow this guide for new setup

Install Nix package manager

https://nixos.org/download/

sh <(curl -L https://nixos.org/nix/install)`

Switch to this flake

nix run nix-darwin -- switch --flake ~/dots/nix#omg-mac

Rebuild from flake

darwin-rebuild switch --flake ~/dots/nix#omg-mac

Docs for nix-darwin

darwin-help