Skip to content

Instantly share code, notes, and snippets.

View joelquintyn's full-sized avatar
⚙️
Planning world domination

Joel Quintyn joelquintyn

⚙️
Planning world domination
  • Georgetown, Guyana
View GitHub Profile
@joelquintyn
joelquintyn / devsation.setup.json
Last active February 26, 2025 03:36
WinUtil by @ChrisTitusTech configs for my development machine. Last Updated: 02-17-2025
{
"WPFInstall": [
"WPFInstallrustlang",
"WPFInstallvc2015_64",
"WPFInstallspotify",
"WPFInstallgit",
"WPFInstalldotnet6",
"WPFInstalldiscord",
"WPFInstalltelegram",
"WPFInstallgoogledrive",
@joelquintyn
joelquintyn / joelq.devstation_profile.ps1
Last active February 27, 2025 00:52
My Windows PowerShell profile configs.
if ($host.Name -eq 'ConsoleHost') {
Import-Module PSReadLine
}
Import-Module -Name Terminal-Icons
Import-Module -Name CompletionPredictor
#Aliases
Set-Alias ll ls
Set-Alias g git
# Set-Alias grep finstr