Skip to content

Instantly share code, notes, and snippets.

View gabrieldechichi's full-sized avatar

Gabriel Dechichi gabrieldechichi

View GitHub Profile
@gabrieldechichi
gabrieldechichi / ps-profile.ps1
Last active March 6, 2022 21:49
Powershell Profile
Set-Variable -Name 'dev_path' -Value 'D:/dev/'
Import-Module "$dev_path/src/github.com/gabrieldechichi/dev-scripts/import_all.ps1"
@gabrieldechichi
gabrieldechichi / wt-settings.json
Last active December 27, 2022 17:01
Windows terminal settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [{
"command": "unbound",
"keys": "ctrl+pgup"
},
{
"command": "unbound",
"keys": "ctrl+pgdn"
},