250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- docker
- 페오엑
- 뱀파이어서바이벌
- 공략
- 여행
- 젤다의전설
- 다이빙
- ubuntu
- window
- 어드벤스
- 오픈워터
- 게임
- 스쿠버다이빙
- poe2
- Front-end
- window10
- 씨홀스
- psql
- hybride
- 엘든링
- JS
- guide
- 야생의숨결
- 세부
- JavaScript
- PostgreSQL
- Linux
- 개발툴
- WebView
- 취미
Archives
- Today
- Total
Rianshin
[iTerm2 + zsh]터미널을 보기 편하게~ 본문
728x90
반응형
SMALL
step1. brew 설치
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
step2. iTerm2 설치
step3. zsh 설치
# zsh 설치하기
brew install zsh
# zsh 설치경로 확인하기
which zsh
# 기본 shell 변경하기
chsh -s $(which zsh)
step4. oh-my-zsh 설치
# wget curl 설치
brew install curl
# oh-my-zsh 설치
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
step5. 테마 선택
#설정파일 오픈
vi ~/.zshrc
#테마 변경
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="bira"
#재기동
source ~/.zshrc
728x90
반응형
LIST
'Develop' 카테고리의 다른 글
[nginx] 504 Gateway Time-out (0) | 2024.01.23 |
---|---|
Fix rtf64x64.sys BSOD Blue Screen Error in Windows 11 or 10 (0) | 2023.04.26 |
[Intellij IDEA]Custom Vm options (0) | 2023.03.07 |
Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; 프롤로그에서는 콘텐츠가 허용되지 않습니다. (0) | 2023.02.17 |
정규식 예제모음 (1) | 2023.01.19 |
Comments