Ein paar Features für deine Console auf dem Mac? Aber natürlich:
Term2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] – (macOS)
iTerm2 – alternative Console auf dem Mac
brew install --cask iterm2
Oh My Zsh – open source, community-driven framework for managing your zsh configuration.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Powerlevel10k – is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
Mehr darüber mit einer exakten Installationsanleitung findest du hier.
In der Kategorie Entwicklung findest du weitere interessante Artikel zum Thema Entwicklung.