Click here to Skip to main content
16,004,806 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
FreedMalloc9-Aug-24 13:45
FreedMalloc9-Aug-24 13:45 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
raddevus10-Aug-24 3:40
mvaraddevus10-Aug-24 3:40 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
dandy7212-Aug-24 3:52
dandy7212-Aug-24 3:52 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
raddevus12-Aug-24 10:54
mvaraddevus12-Aug-24 10:54 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
Paul Mauriks12-Aug-24 23:08
Paul Mauriks12-Aug-24 23:08 
AnswerRe: If you could run all your apps (games too) on Linux? Pin
Jeremy Falcon9-Aug-24 12:42
professionalJeremy Falcon9-Aug-24 12:42 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
raddevus10-Aug-24 3:42
mvaraddevus10-Aug-24 3:42 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
Jeremy Falcon10-Aug-24 7:49
professionalJeremy Falcon10-Aug-24 7:49 
It's bash compatible. And to be honest, it's the ecosystem that sets it apart (oh my zsh, etc.). But, outside of the ecosystem, zsh has a better setup tool (you'll see it the first time you use it), if you do stuff like shell scripting its syntax is bash compatible but some of its newer syntax is a bit cleaner. It's tab completion is hands down better than bash. But really, at the end of the day it's the ecosystem that'll do it.

For me at least, I'll use zsh for my login shell on my user account on my dev box. For servers I don't install anything extra and stick with bash. If I'm writing a reusable shell script it's always in bash syntax to work with both. But, if I'm on my dev box and writing something specific to zsh I'll user the newer stuff.

But, these are just words... we need pictures. Especially when viewing things like Oh My Zsh where you get context aware prompts. I'd never install Oh My Zsh on a server as its overkill, but on a dev box why not. Typically these days I script most of what I want from OMZ (Oh My Zsh), but what I learned I learned from that project so its a great place to start with.

But all that doesn't really matter. However, the one thing I cannot live without is the fish-like history search. It's like the scroll wheel on the mouse. It's a game changer. There's no going back man. Laugh | :laugh:

Let me just give you an idea... fish-like completion. If you see the grayed out part, it's searching my history as I type out new commands. You can cycle through matches via up or down arrows and do tab completion. If you ever have to remember what the world you typed for a command you rarely used, this is a life saver. I'll never go back until I find this plugin for bash. Edit: Here's a quick video of it too.
Jeremy Falcon


modified 10-Aug-24 14:05pm.

AnswerRe: If you could run all your apps (games too) on Linux? Pin
FreedMalloc9-Aug-24 13:38
FreedMalloc9-Aug-24 13:38 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
honey the codewitch9-Aug-24 23:08
mvahoney the codewitch9-Aug-24 23:08 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
dandy7212-Aug-24 4:00
dandy7212-Aug-24 4:00 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
raddevus10-Aug-24 4:01
mvaraddevus10-Aug-24 4:01 
AnswerRe: If you could run all your apps (games too) on Linux? Pin
PIEBALDconsult9-Aug-24 14:35
mvePIEBALDconsult9-Aug-24 14:35 
AnswerRe: If you could run all your apps (games too) on Linux? Pin
honey the codewitch9-Aug-24 23:02
mvahoney the codewitch9-Aug-24 23:02 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
raddevus10-Aug-24 4:04
mvaraddevus10-Aug-24 4:04 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
honey the codewitch10-Aug-24 6:30
mvahoney the codewitch10-Aug-24 6:30 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
Nelek10-Aug-24 7:41
protectorNelek10-Aug-24 7:41 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
raddevus12-Aug-24 2:00
mvaraddevus12-Aug-24 2:00 
AnswerRe: If you could run all your apps (games too) on Linux? Pin
Stefan de Zeeuw9-Aug-24 23:25
professionalStefan de Zeeuw9-Aug-24 23:25 
GeneralRe: If you could run all your apps (games too) on Linux? Pin
raddevus10-Aug-24 4:12
mvaraddevus10-Aug-24 4:12 
AnswerRe: If you could run all your apps (games too) on Linux? Pin
fgs196310-Aug-24 8:24
fgs196310-Aug-24 8:24 
AnswerRe: If you could run all your apps (games too) on Linux? Pin
StarNamer@work10-Aug-24 12:54
professionalStarNamer@work10-Aug-24 12:54 
AnswerRe: If you could run all your apps (games too) on Linux? Pin
Member 1298255811-Aug-24 5:40
Member 1298255811-Aug-24 5:40 
AnswerRe: If you could run all your apps (games too) on Linux? Pin
regy10911-Aug-24 22:29
regy10911-Aug-24 22:29 
AnswerRe: If you could run all your apps (games too) on Linux? Pin
sasadler12-Aug-24 5:51
sasadler12-Aug-24 5:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.