MyCustomization
1.5
De lo anterior, el archivo (Windows terminalColorSchemes) es solo un esquema de color para el terminal de Windows, si desea ver la configuración PowerShellrc, luego vea la carpeta Windows → PWSH
Hyde para la personalización 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"
Hyde para PowerShell Castamization: (https://marred-chartreuse-801.notion.site/oh-my-posh-869ee83c0b4df1aeed0cb64a34ab41?pvs=4)