일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- c#
- vim
- Algorithm
- 포인터
- c언어
- 유니티
- HTML
- git
- dart 언어
- 도커
- Unity
- c# 윈폼
- Data Structure
- 플러터
- jupyter
- 깃
- github
- docker
- Python
- 구조체
- c# winform
- C# delegate
- Flutter
- C언어 포인터
- 다트 언어
- C++
- Houdini
- gitlab
- c# 추상 클래스
- jupyter lab
Archives
- Today
- Total
nomad-programmer
[OS/Windows] oh-my-posh 본문
oh-my-posh
설명이 잘 되어 있는 블로그
https://devbull.xyz/chocoro-windows-teomineol-powershell7-posh-git-oh-my-posh-seolcihagi/
Windows Terminal Icons
예를 들어, 터미널에서 ls를 실행했을 때 디렉토리던지 파일이라던지 아이콘이 나오게끔 하는 설정
# 관리자 권한으로 터미널 실행 후 아래의 명령 실행!
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 |
Comments