🪅

端末変更のたびにマイセットを思い出すのが面倒くさいので記事にしてみた

に公開

アプリ編

Vivaldi

https://vivaldi.com/ja/

VSCode

https://code.visualstudio.com

Windows Terminal

https://learn.microsoft.com/ja-jp/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

https://learn.microsoft.com/ja-jp/windows/powertoys/install

DevToys

https://devtoys.app

DBeaver

https://dbeaver.io


Windows設定編

フォント白源

https://github.com/yuru7/HackGen

右クリック時のメニュー


$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

https://crontab.guru/

draw.io

https://www.drawio.com

gitignore.io

https://www.toptal.com/developers/gitignore

carbon.sh

https://carbon.now.sh

Is This Tech Dead?

https://www.isthistechdead.com

Best of JS

https://bestofjs.org

Can I use?

https://caniuse.com

マンガではわからない ソフトウェア開発の真理

https://www.docswell.com/s/tanakahisateru/MK3LE5-2021-03-28-123202

クラウド設計パターン

https://learn.microsoft.com/ja-jp/azure/architecture/patterns/

Discussion