예쁜 Windows 터미널과 스마트한 Powerline 도구로 직장에서 생산성을 높이는 방법



Windows Terminal is the latest software update for your boring and ugly looking command-line tools like cmd, powershell and WSL (Windows Subsystem for Linux)



주요 기능:


  • 멀티탭 지원과 같은 Google 크롬
  • GPU 가속(더 빠른 텍스트 렌더링을 위해)
  • 분할 창 지원(예: 한 번에 4 cmd 탭)
  • 커스텀 테마와 스타일링 (원하는대로 입는다)
  • 오픈 소스 프로젝트 (당신도 그것을 더 좋게 만드는 데 기여할 수 있습니다)

  • Microsoft’s intervention in the open-source community has opened up new doors for developers like us and has brought in more flexibility too.



    전제 조건



  • Install Windows Terminal (권장)

  • Install Powershell Core

  • // Windows Users, downoad file with the extension .msi
    PowerShell-X.X.X-win-x64.msi
    


  • 설정 Git for Windows
  • 프롬프트를 스마트하고 아름답게 만들기 위해 좋은 powerline 글꼴을 얻으십시오

  • Cascadia Code PL (Microsoft의 공식 명령줄 글꼴)

  • Nerd Fonts (우리 같은 괴짜를 위한 다양한 좋은 글꼴에서 선택)


  • STEPS TO INSTALL:
    1. Download the .zip file from the releases page
    2. Right-click on the font file and install it
    


    설치 단계 - 가이드


  • PowerShell Core 프롬프트 열기
  • 다음 명령을 사용하여 설치Posh-Git:

  • Install-Module posh-git -Scope CurrentUser
    


    Posh-Git은 정보 확인git status 또는 git branch에 대한 오래된 문제를 해결하고 흥미로운 기능을 제공합니다.

    탭 완성 인텔리센스(명령을 입력하면 Tab 버튼을 누르기만 하면 자동 완성이 됩니다)
  • Git 명령
  • 매개변수/git 플래그
  • 지점 이름
  • 다음 명령을 사용하여 설치Oh-My-Posh:

  • Install-Module oh-my-posh -Scope CurrentUser

    Oh-My-Posh adds powerful theming support and other capabilities to Powershell for making a fluid git experience possible


    NOTE: While running the above commands, you may get an option to install NuGet. So go ahead and install it by pressing [Y] key
  • (선택 사항) PowerShell Core를 실행 중인 경우 PSReadline을 설치합니다
  • .
  • 사용자 지정 스타일로 PowerShell 프롬프트 사용자 지정

  • notepad $PROFILE
    


  • 메모장 파일에 다음 줄을 추가하고 Ctrl + S (Windows)를 사용하여 저장하십시오.

  • Import-Module posh-git
    Import-Module oh-my-posh
    Set-Theme Paradox
    


  • Windows 터미널 설정 구성 파일 열기
  • Windows 터미널 열기
  • Ctrl + , (또는 수동으로 아래와 같은 설정으로 이동)


  • Windows 터미널에 대한 멋진 기본 글꼴 모음을 설정합니다
  • .
  • "프로필"개체 아래에서 "기본값"개체 찾기
  • "defaults"개체 아래에 다음 줄을 붙여넣습니다.

  • "defaults":
       {
         // Put settings here that you want to apply to all profiles.
         "fontFace": "Cascadia Code PL",
       },
    


    빙고!



    이제 꿈을 이루는 동안 생산성이 향상됩니다...

    좋은 웹페이지 즐겨찾기