chezmoi-server/README.md

14 lines
300 B
Markdown
Raw Permalink Normal View History

2021-02-09 21:05:04 +00:00
# Setup
```
2021-08-11 16:43:17 +00:00
sudo apt update
2021-03-20 13:46:08 +00:00
sudo apt install -y git tmux curl
2023-09-01 12:26:19 +00:00
cd ~/.local
2021-02-09 21:05:04 +00:00
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
2023-09-01 12:26:19 +00:00
source ~/.bash_profile
2021-02-09 21:05:04 +00:00
```