From 33dae35ea35078b0ac103e2194298b63b5fac368 Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Thu, 12 Jun 2025 13:42:12 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94821b6..0675672 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop). && ~/.local/bin/dotdrop ${DOTDROP_PROFILE} --cfg=~/.files/config.yaml install \ ; unset DOTDROP_PROFILE \ && brew bundle install --file=~/.files/misc/Brewfile \ + && mkdir -p ~/workspace/{privat,work} \ && ${SHELL} ```