[Mac]: Customize your Terminal.app
mac
03/19/2020
Z shell
Z shell
is a Unix shell that's built on top of bash
, default shell for macOS, has more additional features and plugins.
install zsh
BASH
brew install zsh
Doesn't have Homebrew? Install with
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Oh My Zsh
Oh My Zsh is a open source framework for managing your zsh configuration.
install Oh My Zsh
BASH
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Config
BASH
vim ~/.zshrc
Refer to Docs for configuration.
If you have
.bash_profile
, you can put contents here
Themes
Install your favorite theme here
Dracula theme is one of my favorites.
- [React + Node.js]: Deploy Your MERN Stack App to Amazon EC2 with SSL Encryption
- [React + Node.js]: Implement Web Socket with Socket.io