Skip to content

Commit

Permalink
obsidian(gyunseo laptop): A src/assets/image/install-ohmyzsh-on-zsh-1…
Browse files Browse the repository at this point in the history
…696755087617.jpeg, M src/content/blog/install-ohmyzsh-on-zsh.md src/content/blog/install-zsh-on-ubuntu-linux.md 2023-10-08 17:51:45

Affected files:
src/assets/image/install-ohmyzsh-on-zsh-1696755087617.jpeg
src/content/blog/install-ohmyzsh-on-zsh.md
src/content/blog/install-zsh-on-ubuntu-linux.md
  • Loading branch information
Gyunseo Lee authored and Gyunseo Lee committed Oct 8, 2023
1 parent 3f1a1ad commit a280328
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/content/blog/install-ohmyzsh-on-zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,18 @@ description: 기본 zsh은 너무 앙상하다.
[Ubuntu Linux에 zsh을 설치하고, default shell을 zsh로 바꾸자.](install-zsh-on-ubuntu-linux.md)에서 Ubuntu Linux의 default shell을 bash에서 zsh로 변경했다.
변경을 했지만은, 아무런 theme가 적용되지 않은 zsh은 너무 못생겼다.
그래서 `ohmyzsh`을 설치하여, shell을 꾸며보자.

## Install prerequisites

```zsh
sudo apt install -y curl wget git
```

## Install ohmyzsh

```zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```

![](/src/assets/image/install-ohmyzsh-on-zsh-1696755087617.jpeg)
설치가 완료되면 상기 사진과 같이 shell이 나온다.

0 comments on commit a280328

Please sign in to comment.