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` +