Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 684 Bytes

File metadata and controls

22 lines (15 loc) · 684 Bytes

Installing ZSH Plugins

git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Installing Powerlevel10k theme

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

Show full branch name in Powerlevel10k - romkatv/powerlevel10k#419

brew tap homebrew/cask-fonts
brew install --cask font-fira-code