kashishgrover / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Install FiraCode Retina Font

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

About


Languages

Language:Vim Script 58.2%Language:Shell 41.8%