diff --git a/README.md b/README.md index 632c41c..214785f 100644 --- a/README.md +++ b/README.md @@ -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 ```