Windows 터미널 Hyper.is 적용 하기

2020. 6. 15. 00:10OS & Server/Windows

728x90

https://hyper.is/themes

Electron으로 개발된 터미널이며, 플랫폼 간의 제약이 없습니다.

단점은 일렉트론의 단점으로 부각되는 초기 로딩이 조금...

 

 

https://hyper.is/

 

Hyper™

latest version: 3.0.2 The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the

hyper.is

여기서 대충 Download Hyper로 설치를 진행해줍니다.

 

 

그다음 hyper를 실행한 뒤 ctrl + , 를 입력합니다.

그다음 bash를 검색하면 약 106라인 정도에

# 변경 전
shell: ''

# 변경 후 // bash 셸로 적용
shell: 'C:\\Windows\\System32\\bash.exe'

 

그다음 plugins를 검색하면 약 149라인 정도에

# 변경 전
  plugins: [],

# 변경 후
  plugins: [
    "hyper-material-theme"
  ],

이 처럼 변경 하고 저장하고 닫으면 끝입니다.

 

 

Linux처럼 Ctrl + alt + t 누르면 열리게 하려면

 

 

 

 

바로 가기 키(K)에 커서를 두고 키 조합을 입력하면 설정할 수 있습니다.

728x90