updated setup instructions
This commit is contained in:
parent
3b0e17b8c3
commit
a8b96ca338
|
@ -3,10 +3,11 @@
|
||||||
```
|
```
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y git tmux curl
|
sudo apt install -y git tmux curl
|
||||||
|
cd ~/.local
|
||||||
curl -sfL https://git.io/chezmoi | sh # Install chezmoi
|
curl -sfL https://git.io/chezmoi | sh # Install chezmoi
|
||||||
git clone https://git.0x90.space/missytake/chezmoi-server ~/.local/share/chezmoi # clone the repository
|
git clone https://git.0x90.space/missytake/chezmoi-server ~/.local/share/chezmoi # clone the repository
|
||||||
bin/chezmoi diff
|
bin/chezmoi diff
|
||||||
bin/chezmoi apply
|
bin/chezmoi apply
|
||||||
source ~/.bashrc
|
source ~/.bash_profile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue