MyCustomization
1.5
上記の場合、ファイル(WindowsTerminalColorschemes)は、構成PowerShellRCを表示する場合は、Windows端子の単なる配色です。次に、Windows→PWSHフォルダーを表示します。
カスタマイズ用のハイドvscode:(https://marred-chartreuse-801.notion.site/vs-code-acaf2e071435fad3784c9b3941?pvs=4)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting
sed -i 's/pluginso=(git)/plugins=(git autosuggestions zsh-syntax-highlighting fast-syntax-highlighting)/g' "$HOME/.zshrc"
Powershell castamizationのハイド:(https://marred-chartreuse-801.notion.site/oh-my-posh-869ee83c0b4df1aeed0cb64a34ab41?pvs=4)