updated setup instructions

master
missytake 2023-09-01 14:26:19 +02:00
parent 3b0e17b8c3
commit a8b96ca338
1 changed files with 2 additions and 1 deletions

View File

@ -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
```