Skip to content

Instantly share code, notes, and snippets.

@olegsych
olegsych / .configure_windows.cmd
Last active September 26, 2026 00:11
Configure Windows
curl -L "https://gist.githubusercontent.com/olegsych/77f2c1bf8ab14c18b0bea4aed5ab68ad/raw/script.cmd" -o "%TEMP%\script.cmd"
%TEMP%\script.cmd
{
"devices": [
{
"device-id": "GSM5B09#4&17a0b355&0&UID224795_3840_2160_{00000000-0000-0000-0000-000000000000}",
"active-zoneset": {
"uuid": "{750F4B18-EDC6-4D6C-B1B4-02F2D2BCB801}",
"type": "custom"
},
"editor-show-spacing": true,
"editor-spacing": 16,
@olegsych
olegsych / .ohmyposh.json
Last active September 23, 2026 19:28
Light color scheme for Windows Terminal, PowerShell and Git
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 4,
"final_space": true,
"console_title_template": "{{if .Segments.Git.RepoName}} {{.Segments.Git.RepoName}} [{{.Segments.Git.Ref}}] {{else}} {{.AbsolutePWD}} {{end}}",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
@olegsych
olegsych / .gitignore
Last active February 4, 2022 00:59
Node + TypeScript
.vscode/
build/
typings/