일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- springboot #controller #jsp
- HATEOAS
- Web
- apache
- restapi
- springboot
- development
- 웹개발
- 스프링부트
- oracle
- undefined
- IntelliJ
- ojdbc
- postman
- 스프링시큐리티
- 환경변수
- Oracle11g
- Tomcat #SpringFramework
- Maven
- SpringInitializer
- mssql
- RESTful
- mysql
- 스프링부트 #springboot #project #Intellij
- install
- Database
- SpringSecurity
- tcping
- Developer
- sqldeveloper
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