This repository contains the dotfiles for my system, managed using chezmoi.
Requirements
Ensure you have the following installed on your system:
gitage(version1.2.0or newer)chezmoi(version2.52.2or 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
-
Initialize the dotfiles repository:
chezmoi init https://github.com/Manas73/dotfiles.git
-
Apply the configuration: