From 7aacb9dbe32b42eac340985cd1875642be8eed1b Mon Sep 17 00:00:00 2001 From: Florian Richer Date: Sat, 3 Sep 2022 12:44:36 +0200 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..853c763 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# My dotfiles + +## CONFIGURE NEW MACHINE + +- Install [chezmoi](https://www.chezmoi.io/) + +`sudo pacman -S chezmoi --noconfirm` + +- Import dotfiles + +`chezmoi init --apply --prompt --ssh mrdev023` +