Skip to content

RutgerDijk/zhbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Oh My Zsh Configuration

My personal Oh My Zsh setup with Powerlevel10k theme.

What's Included

  • .zshrc - Main zsh configuration
  • .p10k.zsh - Powerlevel10k theme configuration

Installation

1. Install Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

2. Install Powerlevel10k Theme

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

3. Install Custom Plugins

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

4. Install a Nerd Font

brew install --cask font-meslo-lg-nerd-font

5. Clone and Apply Config

git clone git@github.com:RutgerDijk/zhbs.git ~/zhbs-config
cp ~/zhbs-config/.zshrc ~/.zshrc
cp ~/zhbs-config/.p10k.zsh ~/.p10k.zsh
source ~/.zshrc

6. Configure VS Code Terminal (optional)

Add to your VS Code settings (Cmd+, → Open Settings JSON):

{
  "terminal.integrated.fontFamily": "MesloLGS Nerd Font"
}

Customization

Run p10k configure to reconfigure the Powerlevel10k theme interactively.

Plugins

  • git - Git aliases and functions
  • zsh-autosuggestions - Fish-like autosuggestions
  • zsh-syntax-highlighting - Syntax highlighting for commands
  • zsh-completions - Additional completion definitions
  • web-search - Search from terminal (google foo, ddg bar)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages