일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- gitlab
- C++
- 플러터
- c#
- c# 추상 클래스
- HTML
- Houdini
- github
- Flutter
- 유니티
- Data Structure
- C# delegate
- c# winform
- 깃
- docker
- 구조체
- jupyter
- Python
- jupyter lab
- Algorithm
- c언어
- C언어 포인터
- 도커
- 포인터
- 다트 언어
- vim
- dart 언어
- Unity
- c# 윈폼
- git
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