This website is best viewed on a desktop!
Please visit us on a larger screen for the full experience!
Hope your terminal is as beautiful as your reading list!
Oh My Zsh is a delightful, open-source framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and more!
Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience. It's like giving your terminal a makeover - but make it super cute!
source ~/.zshrcCopy and paste this command into your terminal to install Oh My Zsh and Powerlevel10k!
curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | sh -s -- --unattended && git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k && sed -i.bak 's/ZSH_THEME=".*"/ZSH_THEME="powerlevel10k\/powerlevel10k"/' ~/.zshrc && echo "✅ Installed! Restart your terminal or run: source ~/.zshrc" Need to go back? No worries! Copy and paste this to uninstall everything!
rm -rf ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k ~/.oh-my-zsh && [ -f ~/.zshrc.bak ] && mv ~/.zshrc.bak ~/.zshrc || sed -i.bak '/# Oh My Zsh/,/# End of Oh My Zsh/d' ~/.zshrc 2>/dev/null; echo "✅ Uninstalled! Restart your terminal" Made with love and a lot of bad jokes
Happy holidays, Hima! May your terminal be as awesome as you are!