CentOS
Call it The GCDLADB if you like.
Installing ZSH in CentOS 1 min read Sep 16, 2019 | Updated: Sep 17, 2019 11:56
These days I like to do all my terminal/command-line work in zsh, more specifically, with Oh My ZSH! and the bira theme. So, on my new node dgdocker3, I added nano, zsh, and some other goodies by largely following How to Setup ZSH and Oh-my-zsh on Linux. This is how I did it… sudo yum install nano sudo yum install zsh chsh -s /bin/zsh mcfatem exit # log back in after this echo $SHELL sudo yum install wget git wget https://github. ...