# Oh My Zsh ### Install Prerequisite: [[zsh]], [[cURL]] ```bash # Install oh my zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ``` ## Resources ### List of key bindings https://github.com/ohmyzsh/ohmyzsh/blob/master/lib/key-bindings.zsh ## [Themes](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes) ### Faves `af-magic` ![[Screen Shot 2021-09-10 at 2.50.17 AM.png]] `mh` ![[Screen Shot 2021-09-10 at 2.58.09 AM.png]] Powerlevel 10k ![[Pasted image 20210910030526.png]] ```bash git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k ``` ### Good `tonotdo` ![[Screen Shot 2021-09-10 at 2.49.59 AM.png]] `fletcherm` ![[Screen Shot 2021-09-10 at 2.50.34 AM.png]] `half-life` ![[Screen Shot 2021-09-10 at 2.50.49 AM.png]] `sonicradish` ![[Screen Shot 2021-09-10 at 2.59.39 AM.png]]