Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.09 KB

setup.md

File metadata and controls

39 lines (26 loc) · 1.09 KB

터미널 설정하기

Fonts

WSL, Ubunutu, macos

zsh

oh-my-zsh

powerlevel 10k

  • https://github.com/romkatv/powerlevel10k#installation
    • 주의할 것은 .zshrc에서 ZSH_THEME 수정할 떄 기존 것을 수정해줘야 한다.
  • 깔고나서 다시 실행하면 자동으로 인스톨 스테이지로 들어간다.
    • 만일 아니라면, power10k configure

Powershell

파워셸 꾸미기 https://docs.microsoft.com/en-us/windows/terminal/tutorials/custom-prompt-setup

파워셸에서 bash 명령어 쓰기 https://github.com/mikebattista/PowerShell-WSL-Interop

  • powershell profile의 위치는 terminal에서
$PROFILE | Get-Member -Type NoteProperty