Skip to content

Instantly share code, notes, and snippets.

View gabrieldlima's full-sized avatar
🎯
Focusing

Gabriel Lima gabrieldlima

🎯
Focusing
  • Brazil
  • 22:29 (UTC -03:00)
View GitHub Profile
@gabrieldlima
gabrieldlima / NixOS-raylib.md
Last active July 16, 2025 09:52
Raylib development environment in Nix/NixOS

Nix/NixOS raylib setup

  1. Begin by downloading the latest stable release of raylib into your project folder. Use the following commands:
cd your-project-folder
mkdir external
wget https://github.com/raysan5/raylib/archive/refs/tags/5.5.tar.gz -P external/
tar xvf external/5.5.tar.gz -C external/
@AveYo
AveYo / . Pitch Black Theme.reg
Last active August 13, 2025 09:26
Pitch Black Theme.reg - now for Ctrl+Alt+Del (and logon on 11) as well - revised 2022-06-16
Windows Registry Editor Version 5.00
; Pitch Black Theme preset by AveYo, AccentPalette idea by /u/Egg-Tricky
; for Ctrl+Alt+Del, Logon, Taskbar, Start Menu, Action Center (10 & 11)
; revised 2022-06-16: show active taskbar button in accent color
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"AccentColorMenu"=dword:aa000000 ; Window borders and titlebar
"StartColorMenu"=dword:aa202020 ; Modals in UWP ex. Apply new refresh rate in 10