updated setup instructions
This commit is contained in:
parent
3b0e17b8c3
commit
a8b96ca338
|
@ -3,10 +3,11 @@
|
|||
```
|
||||
sudo apt update
|
||||
sudo apt install -y git tmux curl
|
||||
cd ~/.local
|
||||
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
|
||||
source ~/.bash_profile
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue