Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What are you using for the terminal? I just started a new job with a Windows desktop provided and I can't get much done on it because every terminal emulator I can find sucks compared to iTerm 2 on my MBP, so much that I'm going in to IT to beg them to let me use it, or at least let me dual-boot Ubuntu. Bash on Windows has no way to add solarized light/dark or groovebox themes, much less switch between them daily like I like to do when I get stuck on something and need to see it differently. Also the Windows bash home is a no-mans-land once you want to open something up with Atom on Windows. Directories I make in Bash don't show up in File Explorer once I spend 5 minutes navigating to the right place. Font rasterizing and color-coding is awful too, on the native Bash, CMDR, and Hyper.JS. It's so frustrating.


Cmder - http://cmder.net

Then get chocolatey


I prefer this one.

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.


An Electron-based terminal emulator... I've seen it all!


I know, this was my first reaction too!

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 :)


I use a fairly customized ConEmu.

I actually just got a new Dell XPS and took the opportunity to setup my shell exactly the way I wanted it.

https://imgur.com/a/GhemUQG

I use psreadline, oneget, conemu, powershell, oh-my-posh and posh-git.


You shouldn't use windows to access the WSL filesystem, there are several issues with that (which I believe are being worked on). If you want files accessible from both put them in the Windows filesystem. Regarding themes I can't help that much, I have successfully solarized vim though. I needed:

  let g:solarized_termcolors=256
  set term=screen-256color
  set t_ut=


If you're like me you're stuck in an older version of Windows 10 where WSL has serious bug the most recent version are very stable but if your work has you stuck on an old build it might not work well.


WSL with ZSH and WSL terminal https://github.com/goreliu/wsl-terminal. Simply Rocks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: