Some of my colleagues recently switched to Hyper. I'm still using iTerm 2 and I am very happy, so I don't see a reason to switch.
iTerm 2
Hyper
(Thank you @jakewca for the screenshot!)
What Terminal Application do you use on macOS? Do you use any tweaks?
Latest comments (22)
I switched from powerlevel10k to Pure and I like it a lot.
dev-to-uploads.s3.amazonaws.com/up...
This is a good guide.
gist.github.com/ganapativs/e571d92...
You guys should give a try to Terminus:
eugeny.github.io/terminus/#header
omgubuntu.co.uk/2017/06/terminus-m...
I'm moving away from ITerm 2 for Kitty. It is more rough, but has some advantages for me:
Im using ohmyzsh on my mac. I used to use Hyper but it was so buggy at that time that I removed it and switch. Haven't used iterm though.
Vanilla Terminal + oh-my-zsh (Yes, zsh is my default shell... didn't take long for it to replace bash), but I'm certainly open to other options for the front end.
I recently switched to hyper (from iterm) and its way cooler, the only limit is your imagination...
for example I made it transparent so this is how it looks like:
Vanilla Terminal, with bash-it. I've been curious about nushell recently, but have yet to install it on my dev environment
How do you get the Apple logo and system information on terminal start?
was about to ask this. thank you!
The application is called neofetch.
On macOS you can install it with Homebrew via
brew install neofetch
.Wow, this Neofetch thing is awesome, thanks for sharing! What a fun way to start your terminal!
Hey Matthias! Thanks for sharing neofetch!
I noticed in the iTerm2 screenshot above, it appears as if the OS (apple) logo is the old school rainbow logo? If so do you happen to know what the unicode (/u) code is or where I can find that?
Thanks
I'm a year late...
You could search the source code of neofetch.
It's at the bottom of the file.
This is the art:
Everything after ${c} will be colored a different color for each number. I don't know what the colors are though.
Thank you π
Glad that I could help you!
I don't really care which terminal emulator I use. If you're running a multiplexer like tmux it makes previous little difference.
I remember seeing hyper a few years ago and being told I should be impressed because it could animate text exploding when you type. π€·.
I have some affection for st, owing to its simplicity.
I use the standard MacOS terminal together with github.com/robbyrussell/oh-my-zsh
What are the benefits of using iTerm or Hyper?