사용자 도구

사이트 도구


windows:powershell:oh_my_posh

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
windows:powershell:oh_my_posh [2018/05/30 18:53]
kwon37xi 만듦
windows:powershell:oh_my_posh [2018/05/30 18:57] (현재)
kwon37xi
줄 2: 줄 2:
   * https://github.com/JanDeDobbeleer/oh-my-posh   * https://github.com/JanDeDobbeleer/oh-my-posh
   * [[windows:powershell|Windows Powershell]] 용 테마, 확장 기능   * [[windows:powershell|Windows Powershell]] 용 테마, 확장 기능
 +
 +===== Install =====
 +  * 설치 명령<code>
 +Install-Module posh-git -Scope CurrentUser
 +Install-Module oh-my-posh -Scope CurrentUser
 +</code>
 +  * ''Profile.ps1''<code>
 +# oh-my-posh
 +Import-Module posh-git
 +Import-Module oh-my-posh
 +Set-Theme powerline
 +</code>
  
windows/powershell/oh_my_posh.1527674039.txt.gz · 마지막으로 수정됨: 2018/05/30 18:53 저자 kwon37xi