This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this version keeps the order of the bundles and still does its stuff in parallel, so we can get rid of the three calls to it simple is better :)
- Loading branch information
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
#!/bin/sh | ||
if which brew >/dev/null 2>&1; then | ||
brew install getantibody/tap/antibody | ||
brew install getantibody/tap/antibody || brew upgrade antibody | ||
else | ||
curl -sL https://git.io/antibody | sh -s | ||
fi | ||
|
||
antibody bundle < "$DOTFILES/antibody/bundles.txt" > ~/.bundles.txt | ||
antibody bundle sindresorhus/pure >> ~/.bundles.txt | ||
antibody bundle < "$DOTFILES/antibody/last_bundles.txt" >> ~/.bundles.txt |
This file was deleted.
Oops, something went wrong.