Skip to content

symlink tutorial

Luckyone edited this page Nov 11, 2022 · 5 revisions

How you use your Git folders (Git clients like SmartGit & GitKraken etc) for your WoW installation:

To keep this clean and simple and I assume you already use Git and know where your Git folders
and World of Warcraft \ _retail_ \ Interface \ AddOns folder are. I will take ElvUI as an example.

The big advantage is that you don't need to copy your folders now everytime you pull the new changes.

Delete your existing ElvUI | ElvUI_Options | ElvUI_Libraries folders from your World of Warcraft folder.

Open the windows command prompt as admin. Type in the windows search: CMD

Image 1

In the Command Prompt use the mklink /D command ( Symlink ) ( /D for an entire folder )

In the first part you're going to tell the link where you want your folder, so it should be
the World of Warcraft \ _retail_ \ Interface \ AddOns folder.

Image 2

After this you're setting the path to your existing Git folder:

Image 3

And this is how the entire link should look like:

Image 4

If you hit enter it will create a new folder called "ElvUI" in your
World of Warcraft \ _retail_ \ Interface \ AddOns folder and use the existing Git folder.

Image 5

Repeat all steps for the folder ElvUI_Options:

Image 6

Repeat all steps for the folder ElvUI_Libraries:

Image 7