Skip to content

Commit

Permalink
Setup: handle the case .config does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 20, 2024
1 parent 80c4fbf commit 99a58d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/common/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99a58d6

Please sign in to comment.