chezmoi-server/README.md

12 lines
258 B
Markdown
Raw Normal View History

2021-02-09 21:05:04 +00:00
# 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
```