Oh My Zsh is an open source, community-driven framework for managing your zsh configuration.
Sounds boring. Let's try again.
Oh My Zsh will not make you a 10x developer...but you may feel like one.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zshgit clone https://github.com/amreshpro/zsh-theme.git randomTestFoldercd /yourpath/randomTestFoldersudo cp amresh.zsh-theme ~/.oh-my-zsh/themes/code ~/.zshrcvim ~/.zshrcZSH_THEME="robbyrussell" --> ZSH_THEME="amresh"ZSH_THEME="amresh"




