CLI
Tooling
Hyper
https://hyper.is/ (opens in a new tab)
CMD+D or CMD+SHIFT+D to split
Oh My Zsh
https://github.com/ohmyzsh/ohmyzsh (opens in a new tab)
easy to setup, auto updates itself
Current theme: af-magic
Edit vim ~/.zshrc
to edit config (change theme, load plugins)
Utilities
Get an alert when a long script is done
On mac OS
myLongScript && say done
N (node version management)
Easily switch between node versions.
https://github.com/tj/n (opens in a new tab)
change version
sudo n
install version
sudo n latest
sudo n 6.2.0
J (autojump)
A cd
command that learns from your navigation.
https://github.com/wting/autojump (opens in a new tab)
Ex: navigate to /Users/hugo/github.com/hvihvi/blog :
j blo