Make your system uniquely yours while maintaining security
Personalize your Windows experience with themes, colors, and layouts that reflect your style while keeping security intact.
Make your command-line experience beautiful and productive with custom themes, fonts, and configurations.
// Windows Terminal settings.json example
{
"profiles": {
"defaults": {
"font": {
"face": "CascadiaCode Nerd Font",
"size": 11
},
"colorScheme": "One Half Dark",
"useAcrylic": true,
"acrylicOpacity": 0.8
}
}
}
# Install Oh My Zsh for better shell experience
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Install Powerlevel10k theme
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
# Set in ~/.zshrc
ZSH_THEME="powerlevel10k/powerlevel10k"
Set up an efficient and personalized coding environment for your projects.
Keep security in mind when customizing your system.
Boost your productivity with these powerful customization tools.
# Install PowerToys via winget
winget install Microsoft.PowerToys
# Install Everything Search
winget install voidtools.Everything
# Install QuickLook
winget install QL-Win.QuickLook
Here's what I use for my cybersecurity and development workflow:
Check out my other resources or reach out if you have questions about customization!