Install Oh My ZSH on Ubuntu
install zsh
sudo apt-get install zsh
change your shell to zsh
chsh -s $(which zsh)
install Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Customize your zsh
[Steps to customize Zsh | Rajashekar Chintalapati](https://www.rajashekar.org/customize-zsh/) |
Related posts by tag
- 07 Nov 2024 daisyUI — Tailwind CSS Components
- 04 Mar 2024 Using personal gems with Bundle without bothering your colleagues.
- 12 Jul 2023 Protomaps - A serverless system for planet-scale maps