https://imgur.com/a/cFgvQaH
It runs on Windows too, but I prefer it on Mac, as I don't like the Windows font rendering on HiDPI displays.
App is Hyper, https://hyper.is
You want the builds that use xterm.js from VS Code, their performance is much, much more like iTerm/Terminal.app.
Color scheme is Ocean Dark, from the hyperterm-base16-ocean-dark plugin.
Shell is ZSH, using prezto and a hacked up custom prompt.
Font is a custom build of Iosevka Term, weight bold, 13px. Using Greyscale font rendering, not subpixel, on Mojave DP3.
https://be5invis.github.io/Iosevka/
Commands for custom build:
make custom-config design='v-zero-dotted v-asterisk-low v-tilde-low v-underscore-low v-at-short v-brace-straight term' weights='book medium'
make custom && make custom-web
If you're not on Mojave, you can force the rendering to look like that for Hyper with this command:
defaults write co.zeit.hyper.helper AppleFontSmoothing -int 0
Otherwise it will be a bit heavy.
Yet, the customizability rocks, and since xterm.js now renders using Canvas, performance is decent, and with my incoming MBP 32GB, I can afford the memory hit even more!
Although installing the plugins is asking for your fans to spin up.
If you really want to start making old-timey admonitions, check out https://www.npmjs.com/package/hyperpower :)
https://imgur.com/a/cFgvQaH
It runs on Windows too, but I prefer it on Mac, as I don't like the Windows font rendering on HiDPI displays.
App is Hyper, https://hyper.is
You want the builds that use xterm.js from VS Code, their performance is much, much more like iTerm/Terminal.app.
Color scheme is Ocean Dark, from the hyperterm-base16-ocean-dark plugin.
Shell is ZSH, using prezto and a hacked up custom prompt.
Font is a custom build of Iosevka Term, weight bold, 13px. Using Greyscale font rendering, not subpixel, on Mojave DP3.
https://be5invis.github.io/Iosevka/
Commands for custom build:
make custom-config design='v-zero-dotted v-asterisk-low v-tilde-low v-underscore-low v-at-short v-brace-straight term' weights='book medium'
make custom && make custom-web
If you're not on Mojave, you can force the rendering to look like that for Hyper with this command:
defaults write co.zeit.hyper.helper AppleFontSmoothing -int 0
Otherwise it will be a bit heavy.