Skip to content

Instantly share code, notes, and snippets.

@zookee1
zookee1 / zookee1s-magic-items.json
Last active June 13, 2026 00:26
zookee1's Magic Items
{
"id": "zookee1s-magic-items",
"name": "zookee1's Magic Items",
"version": "1.0.5",
"equipment": [
{
"id": "sphere-of-detect-slopes",
"name": "Sphere of Detect Slopes",
"type": "gear",
"weight": 0.1,
@zookee1
zookee1 / tamrieltradecentre.sh
Last active August 2, 2025 21:29
Tamriel Trade Centre Update
#!/bin/bash
REGION="eu" # eu or us
TTC="/mnt/games/SteamLibrary/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre"
ZIP="/tmp/PriceTable.zip"
wget -O $ZIP https://$REGION.tamrieltradecentre.com/download/PriceTable
unzip -o $ZIP -d "$TTC"
[core]
excludesfile = /home/zookee1/.gitignore_global
[user]
name = zookee one
email = hi@zookee.one
[push]
default = simple
[http]
[https]
[alias]