🪅
端末変更のたびにマイセットを思い出すのが面倒くさいので記事にしてみた
アプリ編
Vivaldi
VSCode
Windows Terminal
設定ファイル
$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
settings.json
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
"id": "User.copy.644BA8F2"
},
{
"command": "paste",
"id": "User.paste"
},
{
"command": "find",
"id": "User.find"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"id": "User.splitPane.A6751878"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{d0a91ded-3588-49aa-90a0-cbce2ea0b32e}",
"keybindings":
[
{
"id": "User.copy.644BA8F2",
"keys": "ctrl+c"
},
{
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"id": "User.paste",
"keys": "ctrl+v"
},
{
"id": "User.splitPane.A6751878",
"keys": "alt+shift+d"
}
],
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults":
{
"adjustIndistinguishableColors": "always",
"font":
{
"face": "HackGen Console"
}
},
"list":
[
{
"adjustIndistinguishableColors": "always",
"colorScheme": "Campbell Powershell",
"font":
{
"face": "HackGen Console"
},
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "\u30b3\u30de\u30f3\u30c9 \u30d7\u30ed\u30f3\u30d7\u30c8"
},
{
"adjustIndistinguishableColors": "always",
"colorScheme": "One Half Dark",
"commandline": "C:\\WINDOWS\\system32\\wsl.exe -d Ubuntu",
"font":
{
"face": "HackGen Console"
},
"guid": "{d0a91ded-3588-49aa-90a0-cbce2ea0b32e}",
"hidden": false,
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"name": "Ubuntu",
"startingDirectory": "~"
},
{
"commandline": "\"C:\\Program Files\\Git\\bin\\bash.exe\"",
"guid": "{284276ca-49bd-4423-8b11-1ba6739bb543}",
"hidden": false,
"icon": "",
"name": "git bash",
"tabTitle": "git bash"
}
]
},
"schemes":
[
{
"background": "#300A24",
"black": "#171421",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#08458F",
"brightCyan": "#2C9FB3",
"brightGreen": "#26A269",
"brightPurple": "#A347BA",
"brightRed": "#C01C28",
"brightWhite": "#F2F2F2",
"brightYellow": "#A2734C",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#FFFFFF",
"green": "#26A269",
"name": "Ubuntu-22.04-ColorScheme",
"purple": "#881798",
"red": "#C21A23",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#A2734C"
}
],
"themes": []
}
PowerToys
DevToys
DBeaver
Windows設定編
フォント白源
右クリック時のメニュー
$regPath = "HKCU:\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32"
if (-not (Test-Path $regPath)) {
New-Item -Path $regPath -Force | Out-Null
}
Set-ItemProperty -Path $regPath -Name "(default)" -Value "" -Force
表示をノートPCのみに切り替えるコマンド
# Win + R で貼り付け
displayswitch.exe /internal
URL編
crontab guru
draw.io
gitignore.io
carbon.sh
Is This Tech Dead?
Best of JS
Can I use?
マンガではわからない ソフトウェア開発の真理
クラウド設計パターン
Discussion