Terminus

官方网址 https://www.termius.com/

Hyper.js

官方网址 https://hyper.is/
为了能支持 powerlevel10k zsh 主题,需要如下配置设置字体为 MesloLGS NF Regularp10k configure进行主题配置。

1
fontFamily: '"MesloLGS NF Regular", "Fira Code", monospace',

如果需要设置默认终端为Ubuntu 18.04 并设置默认路径为用户根目录~

  • 设置终端
    'C:\\Windows\\System32\\wsl.exe',```
    1
    2
    - 设置用户目录
    ``` shellArgs: ['~'],