Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 741 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 741 Bytes

My Dotfiles

This repository contains the dotfiles for my system, managed using chezmoi.

Requirements

Ensure you have the following installed on your system:

  • git
  • age (version 1.2.0 or newer)
  • chezmoi (version 2.52.2 or newer)

Installation

You have two options for installation:

Option 1: One-step process (Recommended)

  • Initialize and apply the dotfiles in a single command:
    chezmoi init --apply https://github.com/Manas73/dotfiles.git

Option 2: Two-step process

  1. Initialize the dotfiles repository:

    chezmoi init https://github.com/Manas73/dotfiles.git
  2. Apply the configuration:

    chezmoi apply