Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 512 Bytes

zsh_andtools.md

File metadata and controls

6 lines (5 loc) · 512 Bytes

I was watching a video on gowest, when I saw this un-related cool git prompt. I had heard about zsh and wanted to dig around some more, but after I saw the video, I just wanted it.

  1. Setup zsh sudo apt-get install zsh
  2. Setup oh-my-zsh wget --no-check-certificate http://install.ohmyz.sh -O - | ZSH=~/.oh-my-zsh sh
  3. Set zsh to be default prompt: chsh -s /bin/zsh