hyper终端的配置

hyper是一款基于Electron的终端, Electron应用中比较出名的有Atom、VS code

hyper的配置文件是.hyper.js

1
2
3
4
5
6
7
//不要用14,目前有一个不显示下划线的问题,https://github.com/zeit/hyper/issues/2812
fontSize: 15,
plugins: [
"hyper-material-theme",
"hyper-search",
],

主题的安装可以通过在终端里输入hyper i verminal安装

https://github.com/zeit/hyper/issues/2812