You didn't know your command prompt could look this GLAM!

Опубликовано: 16 Июль 2026
на канале: Anna Lytical
3,387
218

The command prompt or terminal can be a scary thing to encounter when learning to code, so let's glam it up! We'll customize the colors, font, and prompt text to represent ourselves.

iTerm2: https://www.iterm2.com/
iTerm2 themes: https://iterm2colorschemes.com/
EZPrompt: http://ezprompt.net/

.bashrc should have your EZprompt output and alias ls='ls -GF'
more info: https://www.cyberciti.biz/faq/how-to-...

.bash_profile (https://scriptingosx.com/2017/04/abou...)
if [ -r ~/.bashrc ]; then
source ~/.bashrc
fi

Beyond Binary:    • Beyond Binary: Intro to Computer Science |...  

Support:
paypal.me/theAnnaLytical
Twitter:   / theannalytical  
Instagram:   / theannalytical  
Email: [email protected]

All opinions are my own.