Install an Ubuntu WSL2 distribution with a XFCE desktop
Open a Windows Terminal and run the following command :
wsl --install
Run the following command to install OhMyWSL :
curl -sL https://raw.githubusercontent.com/GiGiDKR/OhMyWSL/1.0.1/install.sh -o install.sh && chmod +x install.sh && ./install.sh
Note
You can also use the gum interface for execution with the -g
or --gum
option :
curl -sL https://raw.githubusercontent.com/GiGiDKR/OhMyWSL/1.0.0/install.sh -o install.sh && chmod +x install.sh && ./install.sh --gum
Tip
You can install OhMyWSL with all options (for those who like to copy/paste and go have a coffee β) with the -f
or --full
option :
curl -sL https://raw.githubusercontent.com/GiGiDKR/OhMyWSL/1.0.0/install.sh -o install.sh && chmod +x install.sh && ./install.sh -g --full
- 1.0.0 : Initial release
- Add a script to install OhMyWSL on a new Ubuntu installation on WSL2
- Add scripts to install OhMyWSL on other Linux distributions on WSL2