Skip to content

Commit

Permalink
Fix install ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Apr 25, 2023
1 parent 64ba803 commit 3df99c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Expand Up @@ -20,9 +20,9 @@ brew bundle --file="$project_dir/Brewfile.taps"
brew bundle --file="$project_dir/Brewfile.brews"
brew bundle --file="$project_dir/Brewfile.casks"

# Update the antigen dependencies
antigen update

# Link up the dot files
"$project_dir/dotbot/bin/dotbot" -d "$project_dir" \
-c "$project_dir/install.conf.yaml"

# Update the antigen dependencies
antigen update

0 comments on commit 3df99c5

Please sign in to comment.