MyCustomization
1.5
在上述內容中,文件(Windows -terminalcolorschemes)只是Windows終端的配色方案,如果您想查看配置PowerShellRC,請查看Windows→PWSH文件夾
HYDE用於自定義VSCODE :( https://marred-chartreuse-801.notion.site.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"
Hyde for Powershell castamization :( https://marred-chartreuse-801.notion.site/oh-my-posh-869ee83c0b4df1aeed0cb64a34aab41?pvs=4)