ztj1993 / blog

我的 GitHub 博客,喜欢请 star
1 stars 1 forks source link

wsl 配置桌面环境 #6

Open ztj1993 opened 4 years ago

ztj1993 commented 4 years ago
scoop install vcxsrv
sudo apt install xfce4
ztj1993 commented 4 years ago

echo "export DISPLAY=:0.0">> ~/.bashrc startxfce4

ztj1993 commented 4 years ago

sudo apt install fonts-wqy-microhei

ztj1993 commented 4 years ago

export DISPLAY=:0.0 export LANGUAGE=zh_CN.utf8 export LANG=zh_CN.utf8

ztj1993 commented 4 years ago

echo "export LANG=zh_CN.utf8">> ~/.i18n echo "export LANGUAGE=zh_CN.utf8">> ~/.i18n