.dotfiles/README.md
2024-09-30 20:55:48 -04:00

593 B

My dotfiles for maintaining my configuration

Required programs

  • nix : package manager
  • home-manager: config manager
  • yadm: dotfiles manager

Steps

Starting from a clean system.

  1. Install nix
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
  1. Clone repo
nix run nixpkgs#yadm -- clone git@github.com:tmayoff/.dotfiles.git
  1. Bootstrap
nix run nixpkgs#yadm -- decrypt
nix run nixpkgs#home-manager -- switch

Docs

Based on this repo: https://github.com/Misterio77/nix-starter-configs