| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- development
- install
- sqldeveloper
- Tomcat #SpringFramework
- SpringInitializer
- 스프링부트
- postman
- undefined
- Developer
- oracle
- 환경변수
- 스프링시큐리티
- springboot
- mssql
- HATEOAS
- RESTful
- mysql
- 웹개발
- restapi
- springboot #controller #jsp
- Database
- apache
- Web
- Maven
- IntelliJ
- tcping
- Oracle11g
- 스프링부트 #springboot #project #Intellij
- ojdbc
- SpringSecurity
Archives
- Today
- Total
여백에 도장 찍기
iTerm2 + zsh on Mac 본문
Mac 환경에서 가시성 뛰어난 shell 을 완성해보자.
설치 및 적용할 프로그램들은 다음과 같다.
- iTerm2
- homebrew
- zsh
- oh my zsh
1. iTerm2 설치
https://www.iterm2.com/downloads.html 접속 > Download Stable Releases

2. zsh 설치
$ brew install zsh
2.1. oh my zsh 라는 zsh framework 설치
$ brew install curl
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Comments