Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 오마이포쉬
- PowerShell
- exception
- Spring AOP
- Custom Exception
- undeclaredthrowableexception
- Theme
- checked exception
- 랜덤 테마
- runtimeexception
- ControllerAdvice
- ohmyposh
Link
- Today
- Total
목록Theme (1)
글

1. C:\Users\your 경로에 themes.txt 만들기zash1_shellM365Princessbubblesbubblesline이 곳 에서 원하는 테마를 찾아 이름을 추가하면 됩니다.`#` 으로 주석처리하면 선택되지 않습니다. 2. 파워쉘 터미널에 code $PROFILE 입력저는 vscode 사용하므로 code 입력, notepad 입력으로 메모장 사용 가능3. profile 파일에 다음 함수 추가function Get-ValidThemes { param ( [string]$FilePath ) # 주석과 공백 라인 제거 Get-Content -Path $FilePath | Where-Object { $_.Trim() -ne '' -and $_ -notmatch..
ETC
2024. 7. 5. 15:33