Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.02 KB

Readme / dot-files

How-to install Zsh and oh-my-zsh

  1. Install brew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  2. Install zsh / zsh completion: zsh completion: Install zsh and zsh completions using homebrew

  3. Install oh-my-zsh: curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh

  4. Modify your .zshrc file or use this one in the repo

    git clone https://github.com/DanielsCode/dot-files.git
    cp .zshrc ~/.zshrc
  1. Install Powerlevel9k: git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

  2. Install Powerline fonts

    git clone https://github.com/powerline/fonts.git
    ./install.sh
  1. Download and Install iterm2: https://www.iterm2.com

  2. Configure Colors and Text under Preferences -> Profiles (iTerm2)

  3. Have Fun

Thanks

Special thanks to ben (https://github.com/BenchR267) - most of the config is based on his repo