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?
Top comments (22)
How do you get the Apple logo and system information on terminal start?
The application is called neofetch.
On macOS you can install it with Homebrew via
brew install neofetch
.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!
Wow, this Neofetch thing is awesome, thanks for sharing! What a fun way to start your terminal!
was about to ask this. thank you!
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:
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.
Vanilla Terminal, with bash-it. I've been curious about nushell recently, but have yet to install it on my dev environment
I use the standard MacOS terminal together with github.com/robbyrussell/oh-my-zsh
What are the benefits of using iTerm or Hyper?
I'm moving away from ITerm 2 for Kitty. It is more rough, but has some advantages for me:
I currently use TMUX nested in iTerm2 but I’m very tempted by Hyper.
I tried to download and install it because I wanted to make a screenshot for this post.
But it seems, that Hyper cannot be started on macOS Catalina.
Looks like there’s already an issue about it. github.com/zeit/hyper/issues/3750
Feel free to use mine screenshot.
Thank you 😀
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...
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.