Skip to content

Instantly share code, notes, and snippets.

View fabiorzfreitas's full-sized avatar

Fábio fabiorzfreitas

View GitHub Profile
@RubenKelevra
RubenKelevra / fast_firefox.md
Last active August 18, 2026 23:00
Make Firefox fast again
@martinsotir
martinsotir / conda_4.6_powershell.md
Last active June 29, 2025 12:36
Enable conda in powershell

Enabling conda in Windows Powershell

First, in an administrator command prompt, enable unrestricted Powershell script execution (see About Execution Policies):

set-executionpolicy unrestricted

Then makes sure that the conda Script directory in is your Path.

@LeoColomb
LeoColomb / GitHub Pinned Folder.reg
Last active May 17, 2026 21:13
Pin your local GitHub folder on the Windows Explorer Side Panel. Yup, just like the OneDrive folder!
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{635AA230-57AC-4D65-8A3D-94540C86DEA6}]
@="GitHub"
"System.IsPinnedToNameSpaceTree"=dword:00000001
"SortOrderIndex"=dword:00000042
[HKEY_CLASSES_ROOT\CLSID\{635AA230-57AC-4D65-8A3D-94540C86DEA6}\DefaultIcon]
@="PATH_TO\\GitHub.exe"
[HKEY_CLASSES_ROOT\CLSID\{635AA230-57AC-4D65-8A3D-94540C86DEA6}\InProcServer32]