일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- c# 윈폼
- 유니티
- 구조체
- jupyter lab
- gitlab
- c#
- Algorithm
- c언어
- 플러터
- 도커
- 포인터
- c# 추상 클래스
- C언어 포인터
- C++
- dart 언어
- Python
- Houdini
- C# delegate
- c# winform
- 깃
- vim
- docker
- 다트 언어
- Data Structure
- Unity
- jupyter
- git
- Flutter
- HTML
- github
Archives
- Today
- Total
nomad-programmer
[OS/Windows] oh-my-posh 본문
oh-my-posh
Home | Oh My Posh
A prompt theme engine for any shell.
ohmyposh.dev
설명이 잘 되어 있는 블로그
https://devbull.xyz/chocoro-windows-teomineol-powershell7-posh-git-oh-my-posh-seolcihagi/
Windows 터미널 설정: Powershell Core + Posh-Git, Oh-my-posh 설치하기(feat. choco)
이번 포스팅에서는 패키지 관리 솔루션인 Chocolatey의 도움을 받아 Windows Terminal, Powershell Core을 설치하고 Powerline 테마를 설정하는 방법을 소개합니다. Choco🍫 설치 Chocolatey는 패키지 관리 솔루션
devbull.xyz
Windows Terminal Icons
예를 들어, 터미널에서 ls를 실행했을 때 디렉토리던지 파일이라던지 아이콘이 나오게끔 하는 설정
My Ultimate PowerShell prompt with Oh My Posh and the Windows Terminal
I've long blogged about my love of setting up a nice terminal, getting the ...
www.hanselman.com
# 관리자 권한으로 터미널 실행 후 아래의 명령 실행!
Install-Module -Name Terminal-Icons -Repository PSGallery
# code $PROFILE 실행하여 아래의 명령 붙여넣고 터미널 다시 실행
Import-Module -Name Terminal-Icons
'OS > Windows' 카테고리의 다른 글
[OS/Windows] Proxmox에서 윈도우 11 설치 (0) | 2024.10.13 |
---|---|
[OS/Windows] Microsoft PowerToys (2) | 2024.10.02 |
[OS/Windows] SQLCipher (암호와 된 SQLite) 빌드 (4) | 2020.04.13 |
[OS/Windows] 키 입력 시각화 App (0) | 2020.01.02 |
[Windows] MSYS2 를 이용한 MinGW 설치 (0) | 2019.12.29 |