Skip to content

VanTechniek/prog_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Custom Programming Environment Setup

  1. Install zsh with Homebrew

    brew install zsh zsh-completions

  2. Add zsh-completions to .zshrc file

    fpath=(/usr/local/share/zsh-completions $fpath)

  3. Install Oh My Zsh

    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

  4. Make zsh the default shell

    chsh -s $(which zsh)

  5. Next command refreshes the terminal

    source ~/.zshrc

  6. Download powerline fonts

    https://github.com/powerline/fonts

  7. Run install.sh from the download file

  8. Dowload the powerline9k theme

    git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

  9. Select the theme in zshrc

    ZSH_THEME="powerlevel9k/powerlevel9k"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published