update README
This commit is contained in:
parent
b40847f379
commit
1e438f01e6
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
- [My dotfiles](#my-dotfiles)
|
- [My dotfiles](#my-dotfiles)
|
||||||
- [Installing](#installing)
|
- [Installing](#installing)
|
||||||
|
- [Fedora (desktop)](#fedora-desktop)
|
||||||
|
- [Arch (window manager)](#arch-window-manager)
|
||||||
- [Theme](#theme)
|
- [Theme](#theme)
|
||||||
- [Shell](#shell)
|
- [Shell](#shell)
|
||||||
- [Window Manager configuration](#window-manager-configuration)
|
- [Window Manager configuration](#window-manager-configuration)
|
||||||
|
@ -15,8 +17,15 @@ This configuration uses git submodules in order to integrate my Emacs config fro
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
The configuration can be installed using a single command:
|
**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:**
|
||||||
`chezmoi init --apply https://github.com/nezia1/dotfiles`
|
|
||||||
|
### 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
|
## Theme
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue