Skip to content

Commit

Permalink
Idempotency++
Browse files Browse the repository at this point in the history
  • Loading branch information
cdata committed Jun 25, 2013
1 parent af62134 commit 56b32a0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.sh
Expand Up @@ -208,11 +208,13 @@ if [[ "$command" == 'update' ]]; then
updateRepositories
updateVim
else
initializePlatform
initializeRepositories
initializeDotFiles
initializeFonts
initializeVim
if [[ ! -a "$setup" ]]; then
initializePlatform
initializeRepositories
initializeDotFiles
initializeFonts
initializeVim
fi
selfDestruct
fi

Expand Down

0 comments on commit 56b32a0

Please sign in to comment.