MyCustomization
1.5
مما سبق ، الملف (WindowsTerminalColorSchemes) هو مجرد نظام ألوان لمحطة Windows ، إذا كنت ترغب في رؤية PowerShellRC التكوين ، ثم عرض مجلد Windows → PWSH
Hyde للتخصيص vscode: (https://marred-chrtreuse-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"
Hyde for PowerShell Castamization: (https://marred-chrtreuse-801.notion.site/oh-my-posh-869ee83c0b4df1aeed0cb64a341؟pvs=4)