Skip to content

Instantly share code, notes, and snippets.

@serhatalmez
Last active March 31, 2024 07:29
Show Gist options
  • Save serhatalmez/96245eb3eee2ac10b75aa1ff76ee98c1 to your computer and use it in GitHub Desktop.
Save serhatalmez/96245eb3eee2ac10b75aa1ff76ee98c1 to your computer and use it in GitHub Desktop.
Almez's specs
const OperatingSystem = "Windows 11 & Hackintosh Open Core 0.9.5"
const Processor = "AMD Ryzen™ 5 5600G @ 3.89GHz"
const Ram = "16.0GB Dual-Channel 2666MHz"
const Motherboard = "Gigabyte B450M S2H AMD AM4 Micro ATX "
const Headset = "JBL Quantum 350 Wireless"
const Mouse = "Steelseries Rival 3 Wireless"
const Keyboard = "Royal Kludge RK61 Wireless"
//GRAPHICS
const PrimaryScreen = "BenQ GW2270 (1920x1080@60Hz)"
const SecondaryScreen = "Philips 192E (1366x768@60Hz)"
const PrimaryGPU = "Asus Phoenix Geforce RTX 3060 12GB"
const SecondaryGPU = "AMD Vega 7 (CPU Onboard)"
//Storage
const storage = [
{type:"NVMe M2", capacity: 500},
{type:"HDD", capacity: 500},
{type:"HDD", capacity: 1000},
{type:"HDD", capacity: 1000},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment