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