Honzi/Guides/Repos/WoW-Addons.lua
- The "honzi" addon alters functionality and adds various slash commands:
- /honzi_config: loads standardized honzi CVar config.
- /honzi_print: prints CVars that do not match honzi defaults.
- Colors are added to your target and focus frames:
- Class color is added to the name background and to the target's target's name.
- Name and level have color added depending on reaction: green for friendly units, yellow for neutral units, and red for hostile units.
- Druid mana is displayed numerically above the player frame even when in bear or cat form.
- Minimap is square and borderless.
- Reputations become automatically watched when you gain standing.
- Tooltips are anchored to the cursor rather than being displayed in the bottom right corner of the screen.
- Various parts of the UI are hidden:
- Gryphons and background art of the main actionbar.
- Minimap map/zoom buttons and location text border.
- Player frame group indicator.
- Stance bar.
- Installation:
- "git clone https://github.com/honzi/WoW-Addons.lua.git --depth 1"
- Copy or link the "honzi" folder into your WoW "Interface/AddOns/" folder.
- Your addon will be loaded the next time you start the game.
- Updating:
- "git pull" the "WoW-Addons.lua" repo you cloned.
- If you copied instead of linked in installation step #2, copy the "honzi" folder into your WoW "Interface/AddOns/" folder.
- The updated version of the addion will be used the next time your UI is reloaded, which occurs when the game is started or when the "/reload" command is used.
- Uninstallation:
- Remove the "honzi" folder from your WoW "Interface/AddOns/" folder.
- Delete the cloned "WoW-Addons.lua" folder.
- Your addon will be unloaded the next time you start the game.