Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
upgraded to antibody v2.3+
Browse files Browse the repository at this point in the history
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
caarlos0 committed Feb 6, 2017
1 parent 43f8777 commit fe83c6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 6 additions & 1 deletion antibody/bundles.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# note this is alphabetically sorted
# this block is in alphabetic order
caarlos0/git-add-remote kind:path
caarlos0/jvm
caarlos0/ports kind:path
Expand All @@ -10,3 +10,8 @@ mafredri/zsh-async
Tarrasch/zsh-bd
wbinglee/zsh-wakatime
zsh-users/zsh-completions

# these should be at last!
sindresorhus/pure
zsh-users/zsh-syntax-highlighting
zsh-users/zsh-history-substring-search
4 changes: 1 addition & 3 deletions antibody/install.sh
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
2 changes: 0 additions & 2 deletions antibody/last_bundles.txt

This file was deleted.

0 comments on commit fe83c6c

Please sign in to comment.