From 1e438f01e6e66a048687478dea44d83de20c01e7 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 7 Feb 2024 15:36:27 +0100 Subject: [PATCH] update README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 114fe33..da2253e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ - [My dotfiles](#my-dotfiles) - [Installing](#installing) + - [Fedora (desktop)](#fedora-desktop) + - [Arch (window manager)](#arch-window-manager) - [Theme](#theme) - [Shell](#shell) - [Window Manager configuration](#window-manager-configuration) @@ -15,8 +17,15 @@ This configuration uses git submodules in order to integrate my Emacs config fro ## Installing -The configuration can be installed using a single command: -`chezmoi init --apply https://github.com/nezia1/dotfiles` +**As of today, only Fedora is supported (with the desktop flavor) and Arch Linux (with the window manager flavor). The installation process for both of them is similar:** + +### Fedora (desktop) + +`FLAVOR=desktop chezmoi init --apply https://github.com/nezia1/dotfiles` + +### Arch (window manager) + +`FLAVOR=wm chezmoi init --apply https://github.com/nezia1/dotfiles` ## Theme