Dernière activité 1746643923

How I like to configure a new zsh environment.

Révision 5137fc2f6f041793cf878854f5b84ee6d7ab1aa0

zsh_setup.md Brut

When setting up a new shell environment, I take the following steps to create a space that literally works for me. The command prompt tells me what machine I'm on, the path I'm in, Git status, whether the last command succeeded or not, and its elapsed time.

Install the following:

Configure the following plugins in ~/.zshrc

  • git
  • colored-man-pages
  • virtualenv
  • zsh-syntax-highlighting
  • zsh-autosuggestions