차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판 | |
| 우분투_설치_후_기본_설정 [2026/03/11 19:58] – akpil | 우분투_설치_후_기본_설정 [2026/03/11 20:05] (현재) – akpil |
|---|
| |
| curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh | curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh |
| | </code> |
| | 로그아웃 했다가 다시 로그인 |
| | <code> |
| git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions --depth=1 | git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions --depth=1 |
| git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting --depth=1 | git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting --depth=1 |
| ) | ) |
| </code> | </code> |
| | |
| |
| 4. 한글 글꼴, 입력기 및 몇몇 필요 패키지 설치 | 4. 한글 글꼴, 입력기 및 몇몇 필요 패키지 설치 |