Skip to content

jacobhaug/zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh config

  • OS : macOS Mojave
  • Terminal : iTerm2 (Build 3.2.7)
  • Font : Meslo LG L DZ Regular Nerd Font Complete (Size: 14pt)
  • Color scheme : Solarized Dark

Working terminal:

Prerequisite:

Homebrew should be installed. If not then install the lates version of homwbrew.

A step by step guide to customize your zsh terminal:

iTerm2 is way better than the default OSX terminal.

2. Install ZSH

  • Mac: brew install zsh
  • Linux: apt-get install zsh

Run the following command in the terminal to install it: sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

4. Install powerlevel9k theme for oh-my-zsh

Run the following command in the terminal to install it: git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

6. Select preinstalled color theme Solorized Dark

7. Install two more plugins for zsh

  • zsh Syntax Highlighting Plugin:
    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

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

7. Config ZSH Path

Edit ~/.oh-my-zsh/custom/path.zsh and customize your path as required.

8. Replace .zshrc file

Replace your ~/.zshrc file with the one in this repo.