documented usage

master
missytake 2021-02-09 22:05:04 +01:00
parent 6bf1ea59aa
commit 46d4bb7c58
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

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