반응형
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
- GenerativeModel
- iterm2환경설정
- agnoster폰트
- GAN
- 터미널꾸미기
- 프라이탁 존버
- iterm2자동완성
- Generative model
- 캐나다 TD 한국인 예약
- EATS
- Flow
- 캐나다 은행 계좌 개설
- MachineLearning
- pytorch
- 콘도렌트
- 딥러닝
- Docker
- DTW
- 캐나다 은행계좌 개설
- 캐나다월세
- Normalizing flow
- agnoster폰트꺠짐
- 머신러닝
- 캐나다 TDBAnk
- 캐나다 TD 예약
- agnoster폰트깨짐
- 캐나다 TD 한국인 직원 예약
- iterm2꾸미기
- 프라이탁
- 캐나다콘도렌트
Archives
- Today
- Total
TechNOTE
Iterm2 환경설정 본문
ZSH_THEME="agnoster"
맨날 맥북 옮길 때마다 재설정하기 귀찮아서 써 놓는 루틴쓰 ..
1. 일단 iterm 2 설치
2. Oh my zsh 설치
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
두 커맨드 중 편한 걸 사용하면 됨
3. 테마 바꾸기
vi ~/.zshrc
파일 열고
ZSH_THEME="agnoster"
로 바꾼다 ㅎㅎ
근데 그러면 터미널이 깨짐 ㅜㅜ 폰트 문제임
https://github.com/lxbrtsch/Menlo-for-Powerline
다음 깃헙에서 Menlo for Powerline 설치하고
Iterm2 -> Preference -> Text 가서 폰트 바꿔준다!
그럼 이렇게 바뀜
4.유저네임 제거
~/.zshrc 열고
prompt_context() { }
추가!
5. syntax highlight
brew install zsh-syntax-highlighting
로 모듈 깔고 ~/.zshrc 수정하라는대로 수정
6. 자동완성
git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
설치 후 plugin에 zsh-autosuggestions 추가
반응형
'coding' 카테고리의 다른 글
Add python virtualenv to jupyter kernel (0) | 2022.08.25 |
---|---|
[React] Github page 배포하기 (0) | 2021.04.06 |
Leetcode : Check If All 1's Are at Least Length K Places Away (0) | 2021.01.25 |
Comments