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 |
Tags
- XML
- while
- data structure
- python
- mysql
- DB
- DATAPATH
- Pipelining
- CSS
- web
- system
- Linux
- instruction
- control
- Algorithm
- react
- Java
- php
- computer
- MIPS
- MacOS
- Class
- github
- DS
- html
- DoM
- function
- javascript
- for
- architecture
Archives
- Today
- Total
YYYEJI
[zsh] 맥(macOS)에서 zsh 설치 및 제거하기 본문
728x90
↓↓↓ zsh을 다운받기 전에 brew를 설치해주세요 ↓↓↓
https://yyyeji.tistory.com/38?category=1291895
[Homebrew] homebrew 다운받기
homebrew 란 ? ? ? 여러가지 소프트웨어들을 간단하게 설치할 수 있게 도와주는 기능입니다. https://brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh homebrew 설치하기..
yyyeji.tistory.com
zsh을 다운받기 위해서 아래 명령어를 Terminal에 써주세요.
$ brew install zsh // zsh 설치
$ which zsh // zsh 경로 확인
zsh을 제거하고 싶을 땐 아래 명령어를 Terminal에 써주세요.
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
◡̈
'Linux' 카테고리의 다른 글
[Homebrew] 맥(macOS)에서 homebrew 설치하기 (0) | 2022.08.04 |
---|---|
[Linux] 리눅스에서 루트(root)권한 얻는 방법 (0) | 2022.07.23 |
[Linux] 파일접근 권한 명령어 (0) | 2022.07.23 |
[Linux] 파일의 속성 정리 (0) | 2022.07.23 |
[Linux] 쉘(Shell)의 기능과 종류 (0) | 2022.07.23 |