diff --git a/setup/common/config.sh b/setup/common/config.sh index f1d98be..a1eb602 100755 --- a/setup/common/config.sh +++ b/setup/common/config.sh @@ -18,6 +18,8 @@ backup_and_link() { ln -s "$DOTSPATH/$1" "$TARGET" } +mkdir -p "$HOME/.config" + OS_NAME="$(uname -s)" if [ "$OS_NAME" = Darwin ]; then # TARGET=$HOME/Library/Application Support/Code