From 46d4bb7c5817fff511d4ec3c8495408afb4f2430 Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 9 Feb 2021 22:05:04 +0100 Subject: [PATCH] documented usage --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b3bcaf --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Setup + +``` +sudo apt install git tmux +curl -sfL https://git.io/chezmoi | sh # Install chezmoi +git clone https://git.0x90.space/missytake/chezmoi-server ~/.local/share/chezmoi # clone the repository +bin/chezmoi diff +bin/chezmoi apply +source ~/.bashrc +``` +