documented usage
This commit is contained in:
parent
6bf1ea59aa
commit
46d4bb7c58
11
README.md
Normal file
11
README.md
Normal 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
|
||||
```
|
||||
|
Loading…
Reference in a new issue