~/Blog

Brandon Rozek

Photo of Brandon Rozek

PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast.

Oh My Zsh

Published on

Updated on

Warning: This post has not been modified for over 2 years. For technical posts, make sure that it is still relevant.

Zsh is an extension of the sh that contains a lot more features than the default bash shell installed on most systems.

For example, one of my new favorite features is being able to type in part of a command in your history and using the up-arrow to find it.

For example:

vim test.hi

Then typing vim and up-arrow will expand it to vim test.hi. Super handy when you have to type of long commands frequently.

Oh My Zsh is a community project that superpowers zsh which allows you to easily add plugins and themes. The theme I’m currently using is powerlevel10k which is a custom theme.

The list of plugins I have is:

  • git
  • colored-man-pages
  • colorize
  • command-not-found
  • cp
  • rsync
  • screen
  • ssh-agent
  • web-search
  • docker
  • node
  • npm
  • nvm
  • gem
  • ruby
  • pip
  • python
  • pyenv
  • virtualenv
  • debian
  • systemd
  • sudo
  • zsh-syntax-highlighting
Reply via Email Buy me a Coffee
Was this useful? Feel free to share: Hacker News Reddit Twitter

Published a response to this? :