Windows安装Oh My Zsh Oh My Posh Windows Terminal 分割窗口 Panes in Windows Terminal Use Cygwin’s Shell or Git Bash in Windows Terminal   cygwin并添加apt-cyg   Fix “failed to verify the legitimacy of the server” error with cURL   Powerlevel10k

Windows应用商店 程序下载

https://store.rg-adguard.net/

 Windows 10  WSL2

https://blog.csdn.net/Mancuojie/article/details/120074919

https://ohmyposh.dev/

https://ohmyposh.dev/docs/windows

Panes in Windows Terminal

https://docs.microsoft.com/en-us/windows/terminal/panes

Use Cygwin’s Shell or Git Bash in Windows Terminal

https://leo3418.github.io/2020/05/24/cygwin-git-bash-in-wt.html

            {
                "guid": "{a1f2ceb2-795d-4f2a-81cc-723cceec49c0}",
                "commandline": "C:/cygwin64/bin/bash.exe -i -l",
                "name": "Cygwin",
                "icon": "C:/cygwin64/Cygwin-Terminal.ico"
            }

 

cygwin并添加apt-cyg

https://www.cnblogs.com/feipeng8848/p/8555648.html

https://github.com/transcode-open/apt-cyg

 

Fix “failed to verify the legitimacy of the server” error with cURL

https://linuxpip.org/curl-failed-to-verify-the-legitimacy-of-the-server/

echo insecure >> $HOME/.curlrc

https://www.chrisyue.com/install-oh-my-zsh-on-cygwin.html

apt-cyg install zsh vim

https://github.com/ohmyzsh/ohmyzsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended

修改Windows Terminal中Cygwin菜单项的参数

            {
                "commandline": "C:/cygwin64/bin/zsh.exe -i -l",
                "guid": "{a1f2ceb2-795d-4f2a-81cc-723cceec49c0}",
                "icon": "C:/cygwin64/Cygwin-Terminal.ico",
                "name": "Cygwin"
            }

 

Powerlevel10k

https://github.com/romkatv/powerlevel10k