DEV Community

Discussion on: Windows Subsystem Linux setup

Collapse
 
jorgee97 profile image
Jorge Gomez

Nice article Scott, I've been using WSL for a couple of months now, and it works really well.

Also may I ask, is fish running inside the WSL shell itself or is it another application like "hyper"?

Collapse
 
spences10 profile image
Scott Spence

Hey @jorgee97 yeah, you can install fish via bash in WSL.

You can do sudo apt search fish see what version is available then install with sudo apt install fish