CLI must-haves

THIS PAGE IS UNDER CONSTRUCTION

the "shell" is more relevant than ever before. all these tech companies are trying to sell us bloated, expensive software, but the foundation of computers working in the first place is a giant repository of decades of open source software, mostly running on linux computers.

you don't have to be a STEM nerd to do this stuff!

this is not relevant if you are on a windows or mac operating system. thankfully, you can use WSL if you're on linux, or delete mac and download linux mint.

#### ZSH use zsh instead of bash for extreme customizeability - sudo apt install zsh - chsh -s $(which zsh) - vi ~/.zshrc #to configure - source ~/.zshrc