24
6
I'm sure this has been asked before, but I haven't found it after an hour or so of searching...
I've been using Unix and Mac OS for a while, but I'm a Windows user at heart. This #1 things that I've been loving about these *nix operating systems is the terminal and shells. I know that you can use Console to make the actual console better, but I just kind of hate the windows shell. I recently moved from bash to zsh on my Mac and I've never been faster. I can zoom around, have all sorts of colors, aliases, a cool prompt, etc. that make terminal usage just plain awesome.
Is there anything like this for Windows? How can I make my shell experience less painful? Basically, I want oh-my-zsh for Windows.
This is not exactly what you're asking for, but it needs to be mentioned: andlinux – rinfinity – 2015-11-13T06:05:34.820
4
You can get a number of ported tools that you can just stick in a folder and add to your path: http://gnuwin32.sourceforge.net/ (coreutils has all the basics - grep, awk, etc). As far as colors and all that go, you can do some with an alternate console. I typically like to use TCCLE (http://jpsoft.com/tccle-cmd-replacement.html) with Console2 (http://sourceforge.net/projects/console/) and a large set of those gnu utils ports. Gives me a pretty good *nix-like feel when I have to use windows.
– MaQleod – 2012-05-08T23:39:50.483cygwin, for its modularity, has always been my favorite – mveroone – 2013-09-09T08:40:27.077