Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1018 Bytes

File metadata and controls

14 lines (10 loc) · 1018 Bytes

Setting up HomeLab


This checklist provides a step-by-step guide to setting up a HomeLab environment on your local machine.

Tasks

  • Setup GitHub SSH login: Configure your local machine to use your GitHub SSH key for authentication.
  • Install Homebrew: Install Homebrew, a package manager for macOS, to easily install and manage software on your machine.
  • Install K3s: Install K3s, a lightweight, open-source Kubernetes distribution, to create a local Kubernetes cluster.
  • Install DevPod: Install DevPod, a tool for creating and managing local Kubernetes clusters, to easily create and manage clusters on your machine.
  • Install Chezmoi using Brew: Install Chezmoi, a tool for finding and installing software packages on macOS, using Homebrew to easily install and manage software on your machine.
  • Install Mise: Install Mise, a tool for generating code based on human instructions, to automate code generation tasks.