Skip to content

Instantly share code, notes, and snippets.

View fuss's full-sized avatar
🏠
Working from home

fuss

🏠
Working from home
View GitHub Profile
@SuperMatt
SuperMatt / Alacritty.yml
Last active January 11, 2026 12:48
Dark+ V2 Terminal Theme
primary:
background: '#181818'
foreground: '#C7C7C7'
normal:
black: '#000000'
red: '#CD3131'
green: '#0DBC79'
yellow: '#E5E510'
blue: '#2472C8'
magenta: '#BC3FBC'
@andriyudatama
andriyudatama / VS Code Disable GPU Acceleration
Last active March 12, 2026 09:02
Disable Hardware Acceleration (GPU) on Visual Studio Code
Visual Studio Code frequently crashes linux. Using NVIDIA GPU
1. Open command pallete (Ctrl + Shift + P)
2. Enter "Preferences: Configure Runtime Arguments"
3. Add config: "disable-hardware-acceleration": true
4. Restart VS Code