MyCustomization
1.5
Of the above, the file (WindowsterMinalColorschemes) is just a color scheme for the Windows terminal, if you want to see the configuration PowerShellrc, then view the Windows → Pwsh folder
Hyde for customization 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 for PowerShell Castamization: (https://marred-Chartreuse-801.notion.site/OH-MY-POSH-869EE83C0B4DF1AEED0CB64A34AB41?PVS=4)