Skip to content

Instantly share code, notes, and snippets.

@insanoid
Created April 12, 2019 10:28
Show Gist options
  • Save insanoid/f96eea216abeeceadf03f811ab06605a to your computer and use it in GitHub Desktop.
Save insanoid/f96eea216abeeceadf03f811ab06605a to your computer and use it in GitHub Desktop.
Update ElvUI from repository
cd "/Applications/World of Warcraft/_retail_/Interface/Addons" && rm -rf elvui-source ElvUI ElvUI_Config && git clone https://git.tukui.org/elvui/elvui.git && mv elvui elvui-source && cp -rf elvui-source/* . && rm -rf elvui-source && cd ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment