This repository contains the dotfiles for my system, managed using chezmoi.
Ensure you have the following installed on your system:
git
age
(version1.2.0
or newer)chezmoi
(version2.52.2
or newer)
You have two options for installation:
- Initialize and apply the dotfiles in a single command:
chezmoi init --apply https://github.com/Manas73/dotfiles.git
-
Initialize the dotfiles repository:
chezmoi init https://github.com/Manas73/dotfiles.git
-
Apply the configuration:
chezmoi apply