From a8b96ca3386bf5d630891d43d7a3221270397817 Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 1 Sep 2023 14:26:19 +0200 Subject: [PATCH] updated setup instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```