MyCustomization
1.5
Dari hal -hal di atas, file (windowsminalColorschemes) hanyalah skema warna untuk terminal windows, jika Anda ingin melihat powershellrc konfigurasi, lalu lihat folder windows → pwsh
Hyde untuk kustomisasi 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)