Skip to content

Instantly share code, notes, and snippets.

@FylmTM
Last active January 1, 2017 13:28
Show Gist options
  • Save FylmTM/689cdbb1314805eaaa23c82ac37c5b2e to your computer and use it in GitHub Desktop.
Save FylmTM/689cdbb1314805eaaa23c82ac37c5b2e to your computer and use it in GitHub Desktop.
wow-addons.sh
# UI
rm -rf AddOns/pfUI
git clone https://github.com/shagu/pfUI.git AddOns/pfUI
# Quests
rm -rf "AddOns/\!Questie"
git clone --branch v3.5 https://github.com/AeroScripts/QuestieDev
mv "QuestieDev/\!Questie" "AddOns/\!Questie"
rm -rf QuestieDev/
# UnitFrames
git clone --branch 2120 https://github.com/Aviana/LunaUnitFrames AddOns/LunaUnitFrames
# Align items
git clone https://github.com/DennisWG/BetterAlign AddOns/BetterAlign
# Buffs
git clone --branch v3.4 https://github.com/Geigerkind/VCB.git AddOns/VCB
# Castbar
git clone https://github.com/Attero/Punschrulle.git AddOns/Punschrulle
# DPS
git clone --branch b90 https://github.com/Geigerkind/DPSMate.git AddOns/DPSMate
# Battle text
git clone https://github.com/AtheneGenesis/Vanilla_MikScrollingBattleText
mv Vanilla_MikScrollingBattleText/MikScrollingBattleText AddOns/MikScrollingBattleText
mv Vanilla_MikScrollingBattleText/MikScrollingBattleTextOptions AddOns/MikScrollingBattleTextOptions
rm -rf Vanilla_MikScrollingBattleText
# Mail
git clone https://github.com/shirsig/Postal AddOns/Postal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment