wsl? #473
Replies: 4 comments 1 reply
-
|
try windows hyper v manager, the built in windows VM manager. I have been running Omarchy as VM and playing with it like adding in Brave/Proton Mail etc. I'm new to linux as well and find this the best option to learn. I'm close to going bare metal since this is way less complicated than i thought. Follow DHH's manual and it will be a breeze. My only caveat is the sound settings haven't been configured thru hyper v manager for now. I have dual monitors with Windows on left and Omarchy on rights. If you're wanting to code just use github repo between wsl and vm |
Beta Was this translation helpful? Give feedback.
-
|
As far as I know WSL is interacting with the terminal and I am not sure about using it with a DE (desktop environment). According to some reddit posts it seems like it's possible to use some GUI applications and install a DE but seems like a hassle. If you want to use Omarchy or test it out it would be better to do it in a VM or bare metal if you have spare hardware. In regards to having a good lazyvim setup, this will run just fine in the terminal on WSL/WSL2 out the box on a fresh install if that is all you are interested in having? Omarchy just happens to use Lazyvim as it's default Neovim. |
Beta Was this translation helpful? Give feedback.
-
|
If you still wants to install Omarchy within Windows: |
Beta Was this translation helpful? Give feedback.
-
|
It's possible to have Omarchy on WSL2, however it would be (very) targeted at the terminal apps. That being said, I went through the install file, and there would need quite some adaptation work to be done.
# Edit the WSL config file
vi /etc/wsl.conf
# Systemd should be there already, add these line before it
## Replace [username]
[user]
default = [username]
From here, you can follow the initial instructions in https://omarchy.org/install, by installing Edit the file # source $OMARCHY_INSTALL/config/network.sh
# source $OMARCHY_INSTALL/config/power.sh
# source $OMARCHY_INSTALL/config/login.sh
# source $OMARCHY_INSTALL/config/nvidia.sh
# source $OMARCHY_INSTALL/development/firewall.sh
# source $OMARCHY_INSTALL/desktop/bluetooth.sh
# source $OMARCHY_INSTALL/desktop/asdcontrol.shYou can run the modified installer with Again, really not optimal as Omarchy relies on the Hyprland experience, which you'll not get on WSL2, so the Hyper-V or any other virtual machine hypervisor would be best indeed. However, is WSL2 is the way you want to go, then more work needs to be put in it and I would even recommend to have an Hope this helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use this with wsl, is this possible?
is there anything in principle that would make this too much of a hassle? I'm already intimidated by linux and can't switch over completely, I just want a nice Lazyvim style experience where the craziness is smoothed over.
Beta Was this translation helpful? Give feedback.
All reactions