generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Customizing Terminal in Mac
Harshit Yadav edited this page Feb 25, 2023
·
2 revisions
- Since introduction of macOs Catalina , zsh is the default login shell and interactive shell
- Oh My Zsh is opensource framework for terminal configuration that has loads of themes and plugins.
- .zhrc is the file that contains the script that gets executed when we start new zsh shell
- "rc" in zhrc stands for the (run command)
- open ~/.zshrc to open the .zshrc file in root folder
- If there is permission error run command chmode +x ~/.zshrc
- To set the theme powerlevel10k
- Add the theme in the .zshrc file and restart the terminal
- In the mac terminal setting page set the background image of choice