Skip to content

vlad-iakovlev/zsh-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh-config

Install

  1. Install MesloLGS NF:
# On macOS
brew install font-meslo-for-powerlevel10k
  1. Install Oh My Zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Install Powerlevel10k:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
  1. [Optional] Install plugins:
git clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  1. Clone this repo:
git clone --depth=1 https://github.com/vlad-iakovlev/zsh-config.git ~/.zsh-config
  1. Create ~/.zshrc with the contents:
# plugins=(
#   zsh-autosuggestions
#   zsh-syntax-highlighting
# )

# typeset -A git_branch_aliases=(
#   om origin/main
#   od origin/dev
# )

source $HOME/.zsh-config/zsh-config.zsh

About

Perfect config for ZSH

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages